Make It Dark

Make light themed webpage a dark themed web page

ما هو Make It Dark؟

Make It Dark هو إضافة Chrome تم تطويرها بواسطة Amit Mondal، والميزة الرئيسية لها هي "Make light themed webpage a dark themed web page".

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

screenshot
screenshot
screenshot

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

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

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

                        Have you ever visited a web page with white background or which is light themed that strained your eyes and made you cry and gave headache, so you try to inspect the elements (if you knew that) and change the colour of the same manually. 
Well here is an extension to your rescue which changes the color of background and text in just simple clicks.
Works best with documentations, tutorial sites and blog post.

It is the first release so open to new update and feature comments.                    

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

الاسم Make It Dark Make It Dark
ID imnfpejlklfdiieogkaepjdnbljeohih
عنوان URL الرسمي https://chromewebstore.google.com/detail/make-it-dark/imnfpejlklfdiieogkaepjdnbljeohih
الوصف Make light themed webpage a dark themed web page
حجم الملف 16.69 KB
عدد التثبيتات 25
النسخة الحالية 1.0.1
آخر تحديث 2019-07-28
تاريخ النشر 2019-07-28
المطور Amit Mondal
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make It Dark",
    "version": "1.0.1",
    "short_name": "MID",
    "description": "Make light themed webpage a dark themed web page",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/makeitdark16.png",
            "32": "assets\/images\/makeitdark32.png",
            "48": "assets\/images\/makeitdark48.png",
            "128": "assets\/images\/makeitdark128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/makeitdark16.png",
        "32": "assets\/images\/makeitdark32.png",
        "48": "assets\/images\/makeitdark48.png",
        "128": "assets\/images\/makeitdark128.png"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}