NotionSidebarHider
This is an extension that prevents the Notion sidebar from opening on hover.
ما هو NotionSidebarHider؟
NotionSidebarHider هو إضافة Chrome تم تطويرها بواسطة https://notion-fan.com، والميزة الرئيسية لها هي "This is an extension that prevents the Notion sidebar from opening on hover.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NotionSidebarHider
قم بتنزيل ملفات الامتداد NotionSidebarHider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |