NotionSidebarHider

This is an extension that prevents the Notion sidebar from opening on hover.

Wat is NotionSidebarHider?

NotionSidebarHider is een Chrome-extensie ontwikkeld door https://notion-fan.com, en de belangrijkste functie is "This is an extension that prevents the Notion sidebar from opening on hover.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NotionSidebarHider

Download NotionSidebarHider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 のサイドバーがホバーで表示されることを防ぎます。ご自身がサイドバーを表示したいタイミングだけ、ショートカットキーやボタンクリックでサイドバーを表示することができます。                    

Basisinformatie over de Extensie

Naam NotionSidebarHider NotionSidebarHider
ID laogfgfllgbpkdbggdbmlfbogikkfinj
Officiële URL https://chromewebstore.google.com/detail/notionsidebarhider/laogfgfllgbpkdbggdbmlfbogikkfinj
Beschrijving This is an extension that prevents the Notion sidebar from opening on hover.
Bestandsgrootte 17.09 KB
Aantal Installaties 611
Huidige Versie 0.1.0
Laatst Bijgewerkt 2023-05-02
Publicatiedatum 2023-05-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://notion-fan.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}