NotionSidebarHider

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

NotionSidebarHiderとは何ですか?

NotionSidebarHiderはhttps://notion-fan.comによって開発されたChromeの拡張機能で、その主な機能は「This is an extension that prevents the Notion sidebar from opening on hover.」です。

拡張機能のスクリーンショット

screenshot

NotionSidebarHider拡張機能のCRXファイルをダウンロード

NotionSidebarHider拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}