Notion Power
A fixed TOC for notion page, change the theme, change the font family, scroll-to-top button
ما هو Notion Power؟
Notion Power هو إضافة Chrome تم تطويرها بواسطة https://notionpower.app، والميزة الرئيسية لها هي "A fixed TOC for notion page, change the theme, change the font family, scroll-to-top button".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Notion Power
قم بتنزيل ملفات الامتداد Notion Power بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Find More Details: https://notionpower.app/ My Twitter: https://twitter.com/Kevin4dev My Email: [email protected] ------------------------------------------------------------------------- Empower your notion experience. Features: - Fixed TOC: Explore your Notion page effortlessly with a handy Table of Contents (TOC). - Theme Change: You can change the theme color. - Personalized Fonts: Tailor the appearance of your Notion page by choosing from a variety of font families. - Change Font Size: Adjust font size for comfortable reading. - Scroll-To-Top button: Navigate seamlessly with the Scroll-to-Top button located in the bottom right corner, swiftly taking you back to the page's top. - Hide Help Button: Foucs on the content by hiding the help button. - Hide Breadcrumb: Hide the breadcrumb at the top of the page. - Hide Page Properties: Hide the page properties at the top of the page. - Hide Horizontal Scrollbar in board view: Remove the distracting horizontal scrollbar in board view. - Hide Backlinks: Backlinks occupy a significant position, but their utility might not be substantial. Therefore, you can hide them through settings. - Shortcut To Open Notion Calendar: Use keyboard shortcut Shift + Alt + P to open Notion Calendar.
معلومات أساسية عن التمديد
الاسم | Notion Power |
ID | cmffadndapnkbglpnbolgnnmmbdihdom |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/notion-power/cmffadndapnkbglpnbolgnnmmbdihdom |
الوصف | A fixed TOC for notion page, change the theme, change the font family, scroll-to-top button |
حجم الملف | 315 KB |
عدد التثبيتات | 46 |
النسخة الحالية | 1.4.0 |
آخر تحديث | 2024-03-04 |
تاريخ النشر | 2023-09-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://notionpower.app |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://notionpower.app/ |
عنوان صفحة سياسة الخصوصية | https://notionpower.app/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notion Power", "version": "1.4.0", "description": "A fixed TOC for notion page, change the theme, change the font family, scroll-to-top button", "manifest_version": 3, "author": "Kevin4dev", "action": { "default_popup": "index.html", "default_title": "Notion Power: Empower your notion experience", "default_icon": { "16": "src\/assets\/logo.png", "24": "src\/assets\/logo.png", "32": "src\/assets\/logo.png" } }, "content_scripts": [ { "js": [ "assets\/content.tsx-loader-dc640b74.js" ], "matches": [ "http:\/\/www.notion.so\/*", "https:\/\/www.notion.so\/*" ], "css": [ "assets\/content-8d94337f.css" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage", "tabs", "scripting", "activeTab" ], "host_permissions": [ " |