Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.5 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.5 KB

DSM is a session manager inspired by Workona, except the emphasis is not on work but on organized browsing. Click here to go to DSM on the Chrome Webstore.

Development

  1. Clone/fork the directory

  2. Go to the extensions page of your browser (brave://extensions) and enable "developer mode".

  3. Then click "load unpacked" and point it to this directory

  4. The extension should then be available in your extensions page

Chrome Extension Notes

This chrome extension doesn't use any content scripts (scripts that are injected into the webpage that the user is currently browsing).

The default CSP was enough for my needs, it looks something like this...

"content_security_policy": {
  "extension_pages": "script-src 'self'; style-src 'self'"
}

Shortcuts

I would love to override the browser's default shortcuts, but I don't think I can.

  • J -> move one tab to the left of DSM
  • K -> move one tab to the right of DSM

Design

You can find the logo on figma.

Attribution