notion-enhancer

an enhancer/customiser for the all-in-one productivity workspace notion.so

ما هو notion-enhancer؟

notion-enhancer هو إضافة Chrome تم تطويرها بواسطة dragonwocky، والميزة الرئيسية لها هي "an enhancer/customiser for the all-in-one productivity workspace notion.so".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة notion-enhancer

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

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

                        Adds new colour themes, extra sidebar features, right to left text, database customisation, icon upload history, and many more features to the Notion web client. For a full feature list and usage guide, check out the notion-enhancer website @ https://notion-enhancer.github.io/                    

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

الاسم notion-enhancer notion-enhancer
ID dndcmiicjbkfcbpjincpefjkagflbbnl
عنوان URL الرسمي https://chromewebstore.google.com/detail/notion-enhancer/dndcmiicjbkfcbpjincpefjkagflbbnl
الوصف an enhancer/customiser for the all-in-one productivity workspace notion.so
حجم الملف 1.81 MB
عدد التثبيتات 36,641
النسخة الحالية 0.11.0.1
آخر تحديث 2021-12-31
تاريخ النشر 2021-12-31
تقييم 4.59/5 مجموع تقييمات 32
المطور dragonwocky
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://notion-enhancer.github.io
عنوان صفحة المساعدة https://discord.gg/sFWPXtA
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "notion-enhancer",
    "version": "0.11.0.1",
    "author": "dragonwocky  (https:\/\/dragonwocky.me\/)",
    "description": "an enhancer\/customiser for the all-in-one productivity workspace notion.so",
    "homepage_url": "https:\/\/notion-enhancer.github.io",
    "icons": {
        "16": "media\/colour-x16.png",
        "32": "media\/colour-x32.png",
        "48": "media\/colour-x48.png",
        "128": "media\/colour-x128.png",
        "256": "media\/colour-x256.png",
        "512": "media\/colour-x512.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "worker.js"
        ]
    },
    "options_ui": {
        "page": "repo\/menu\/menu.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "env\/*",
        "api\/*",
        "dep\/*",
        "media\/*",
        "repo\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.notion.so\/*",
                "https:\/\/*.notion.site\/*"
            ],
            "js": [
                "init.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "unlimitedStorage"
    ]
}