NotionSidebarHider
This is an extension that prevents the Notion sidebar from opening on hover.
Was ist NotionSidebarHider?
NotionSidebarHider ist eine Chrome-Erweiterung, die von https://notion-fan.com entwickelt wurde, und ihr Hauptmerkmal ist "This is an extension that prevents the Notion sidebar from opening on hover.".
Erweiterungsscreenshots
NotionSidebarHider-Erweiterungs-CRX-Datei herunterladen
Laden Sie NotionSidebarHider-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 のサイドバーがホバーで表示されることを防ぎます。ご自身がサイドバーを表示したいタイミングだけ、ショートカットキーやボタンクリックでサイドバーを表示することができます。
Grundlegende Informationen zur Erweiterung
Name | NotionSidebarHider |
ID | laogfgfllgbpkdbggdbmlfbogikkfinj |
Offizielle URL | https://chromewebstore.google.com/detail/notionsidebarhider/laogfgfllgbpkdbggdbmlfbogikkfinj |
Beschreibung | This is an extension that prevents the Notion sidebar from opening on hover. |
Dateigröße | 17.09 KB |
Installationsanzahl | 611 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2023-05-02 |
Veröffentlichungsdatum | 2023-05-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://notion-fan.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |