Special Dark

Darkens bright pages. Love your eyes and your power bill.

ما هو Special Dark؟

Special Dark هو إضافة Chrome تم تطويرها بواسطة Eonasdan، والميزة الرئيسية لها هي "Darkens bright pages. Love your eyes and your power bill.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Special Dark

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

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

                        ##Changes 1.8.0
- Fixed issue with github comment text.
- Replace github styles without backgrounnd image and a more updated sheet.
- Dropped Twitter styles since Twitter now has a dark theme.

## Features:
 - Includes a few special site specific styles such as:
   - Facebook
   - Amazon
   - Github
   - Stack Exchange

I realize that Stylish exists and is useful for styling individual sites, however I think that Special Dark works well for most sites with a few exceptions.                    

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

الاسم Special Dark Special Dark
ID koifkokhhgjemendlnlaellpdeppkbmi
عنوان URL الرسمي https://chromewebstore.google.com/detail/special-dark/koifkokhhgjemendlnlaellpdeppkbmi
الوصف Darkens bright pages. Love your eyes and your power bill.
حجم الملف 99.18 KB
عدد التثبيتات 635
النسخة الحالية 1.8.0
آخر تحديث 2019-09-22
تاريخ النشر 2019-09-22
تقييم 3.72/5 مجموع تقييمات 25
المطور Eonasdan
نوع الدفع free
موقع الإضافة https://github.com/Eonasdan/specialdark
اللغات المدعومة en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon38.png",
        "default_title": "Toggle dark theme"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "client.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Darkens bright pages. Love your eyes and your power bill.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Special Dark",
    "options_page": "options.html",
    "short_name": "Special Dark",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8.0",
    "web_accessible_resources": [
        "*"
    ]
}