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.”。
擴展截圖
下載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 のサイドバーがホバーで表示されることを防ぎます。ご自身がサイドバーを表示したいタイミングだけ、ショートカットキーやボタンクリックでサイドバーを表示することができます。 擴展基本資訊
| 名稱 | |
| ID | laogfgfllgbpkdbggdbmlfbogikkfinj |
| 官方網址 | 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"
}
} | |