note-dark

Dark mode for note.com

ما هو note-dark؟

note-dark هو إضافة Chrome تم تطويرها بواسطة sakuraya، والميزة الرئيسية لها هي "Dark mode for note.com".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة note-dark

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

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

                        apply dark mode style for https://note.com
The service provides no official dark mode, so this extension overwrite style to enable dark mode.                    

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

الاسم note-dark note-dark
ID ndjhheglhimmpjbgedbacgmloigpicng
عنوان URL الرسمي https://chromewebstore.google.com/detail/note-dark/ndjhheglhimmpjbgedbacgmloigpicng
الوصف Dark mode for note.com
حجم الملف 47.04 KB
عدد التثبيتات 26
النسخة الحالية 1.0.13
آخر تحديث 2020-12-30
تاريخ النشر 2020-05-24
تقييم 4.00/5 مجموع تقييمات 1
المطور sakuraya
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Blue-Pix/note-dark
اللغات المدعومة ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "note-dark",
    "version": "1.0.13",
    "manifest_version": 2,
    "description": "Dark mode for note.com",
    "permissions": [
        "*:\/\/note.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "*.css"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_title": "",
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.4.1.slim.min.js",
                "content_script.js"
            ],
            "matches": [
                "*:\/\/note.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}