Notion Sidebar Expander

Expands Notion Sidebar items to reveal the current page

ما هو Notion Sidebar Expander؟

Notion Sidebar Expander هو إضافة Chrome تم تطويرها بواسطة George Gillams، والميزة الرئيسية لها هي "Expands Notion Sidebar items to reveal the current page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Notion Sidebar Expander

قم بتنزيل ملفات الامتداد Notion Sidebar Expander بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Automatically expands Notion sidebar to reveal the current page                    

معلومات أساسية عن التمديد

الاسم Notion Sidebar Expander 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
البريد الإلكتروني [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]"
        }
    }
}