NotionSidebarHider
This is an extension that prevents the Notion sidebar from opening on hover.
What is NotionSidebarHider?
NotionSidebarHider is a Chrome extension developed by https://notion-fan.com, and its main feature is "This is an extension that prevents the Notion sidebar from opening on hover.".
Extension Screenshots
Download NotionSidebarHider Extension CRX File
Download NotionSidebarHider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Chrome extension prevents the Notion sidebar from appearing on hover. You can display the sidebar only when you want to, by using shortcut keys or clicking a button. This extension is designed to prevent the sidebar from being displayed unexpectedly, and to allow you to control when it is visible. このChrome拡張機能は、Notion のサイドバーがホバーで表示されることを防ぎます。ご自身がサイドバーを表示したいタイミングだけ、ショートカットキーやボタンクリックでサイドバーを表示することができます。
Extension Basic Information
Name | NotionSidebarHider |
ID | laogfgfllgbpkdbggdbmlfbogikkfinj |
Official URL | https://chromewebstore.google.com/detail/notionsidebarhider/laogfgfllgbpkdbggdbmlfbogikkfinj |
Description | This is an extension that prevents the Notion sidebar from opening on hover. |
File Size | 17.09 KB |
Installation Count | 611 |
Current Version | 0.1.0 |
Last Updated | 2023-05-02 |
Publish Date | 2023-05-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://notion-fan.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NotionSidebarHider", "description": "This is an extension that prevents the Notion sidebar from opening on hover.", "version": "0.1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |