Notion Sidebar Expander
Expands Notion Sidebar items to reveal the current page
Notion Sidebar Expanderとは何ですか?
Notion Sidebar ExpanderはGeorge Gillamsによって開発されたChromeの拡張機能で、その主な機能は「Expands Notion Sidebar items to reveal the current page」です。
拡張機能のスクリーンショット
Notion Sidebar Expander拡張機能のCRXファイルをダウンロード
Notion Sidebar Expander拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically expands Notion sidebar to reveal the current page
拡張機能の基本情報
名前 | Notion Sidebar Expander |
ID | bcncpphhpgindiaibcnbhihjkchnanad |
公式URL | https://chromewebstore.google.com/detail/notion-sidebar-expander/bcncpphhpgindiaibcnbhihjkchnanad |
説明 | Expands Notion Sidebar items to reveal the current page |
ファイルサイズ | 9.72 KB |
インストール数 | 290 |
現在のバージョン | 1.1.2 |
最終更新日 | 2023-06-06 |
公開日 | 2022-02-15 |
評価 | 3.20/5 合計 5 レビュー |
開発者 | George Gillams |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Notion Sidebar Expander", "description": "Expands Notion Sidebar items to reveal the current page", "version": "1.1.2", "content_scripts": [ { "matches": [ "https:\/\/*.notion.so\/*" ], "js": [ "content.js" ] } ], "permissions": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |