NotionSidebarHider

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

NotionSidebarHider क्या है?

NotionSidebarHider https://notion-fan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an extension that prevents the Notion sidebar from opening on hover."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NotionSidebarHider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम NotionSidebarHider NotionSidebarHider
ID laogfgfllgbpkdbggdbmlfbogikkfinj
आधिकारिक URL https://chromewebstore.google.com/detail/notionsidebarhider/laogfgfllgbpkdbggdbmlfbogikkfinj
विवरण This is an extension that prevents the Notion sidebar from opening on hover.
फ़ाइल का आकार 17.09 KB
स्थापना संख्या 611
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2023-05-02
प्रकाशन तिथि 2023-05-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://notion-fan.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}