Skip to content

A chrome extension for managing your sessions on the browser (tabs, notes, todos, etc) with a heavy emphasis on dark theme and a11y.

License

Notifications You must be signed in to change notification settings

chris-straka/dark-session-manager

Repository files navigation

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

About

A chrome extension for managing your sessions on the browser (tabs, notes, todos, etc) with a heavy emphasis on dark theme and a11y.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published