Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyanxiao/notion-sidebar-tamer
Chrome extension that disables the Notion sidebar appearing on hover.
https://github.com/cyanxiao/notion-sidebar-tamer
chrome chrome-extension notion
Last synced: 20 days ago
JSON representation
Chrome extension that disables the Notion sidebar appearing on hover.
- Host: GitHub
- URL: https://github.com/cyanxiao/notion-sidebar-tamer
- Owner: cyanxiao
- Created: 2023-06-14T19:50:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T12:07:08.000Z (9 months ago)
- Last Synced: 2024-11-10T18:21:35.795Z (3 months ago)
- Topics: chrome, chrome-extension, notion
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/notion-sidebar-tamer/kkjflddbknmcnjodgeobojmdacilodlb
- Size: 5.27 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Notion Sidebar Tamer
Disable the hover sidebar in Notion.
## Introduction
The sidebar in Notion is a great way to navigate between pages, but it can be distracting when you're working between windows. This Chrome extension disables the appearing on hover of the sidebar.
## Manual Installation
Please refer to Chrome's [documentation](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked) on how to install an extension.
1. Download the repository as a zip file and extract it.
2. Enter `chrome://extensions` in the address bar.
3. Turn on developer mode.
4. Load the extension by clicking on `Load unpacked` and selecting the extracted folder.
5. Refresh the Notion web page.## Comparison
Before
After## Roadmap 🚧
- [ ] Migrate to [WXT](https://wxt.dev/) for development
- [ ] Auto publish to Chrome Web Store
- [ ] Add support for Firefox
- [ ] Apply [dom-mutator](https://github.com/growthbook/dom-mutator) to improve the performance and the behavior of the burger button