NotionSidebarHider
This is an extension that prevents the Notion sidebar from opening on hover.
NotionSidebarHider là gì?
NotionSidebarHider là một tiện ích mở rộng Chrome được phát triển bởi https://notion-fan.com, và tính năng chính của nó là "This is an extension that prevents the Notion sidebar from opening on hover.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NotionSidebarHider
Tải xuống các tệp mở rộng NotionSidebarHider dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 のサイドバーがホバーで表示されることを防ぎます。ご自身がサイドバーを表示したいタイミングだけ、ショートカットキーやボタンクリックでサイドバーを表示することができます。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NotionSidebarHider |
ID | laogfgfllgbpkdbggdbmlfbogikkfinj |
URL Chính Thức | https://chromewebstore.google.com/detail/notionsidebarhider/laogfgfllgbpkdbggdbmlfbogikkfinj |
Mô tả | This is an extension that prevents the Notion sidebar from opening on hover. |
Kích Thước Tệp | 17.09 KB |
Số Lần Cài Đặt | 611 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2023-05-02 |
Ngày Phát Hành | 2023-05-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://notion-fan.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |