Docs Dark 2.0

Dark Theme for Docs with high contrast!

ما هو Docs Dark 2.0؟

Docs Dark 2.0 هو إضافة Chrome تم تطويرها بواسطة Ameya Lambat، والميزة الرئيسية لها هي "Dark Theme for Docs with high contrast!".

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

screenshot
screenshot
screenshot

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

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

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

                        Dark Theme 2.0 with improved UI and higher contrast for Docs.

Users can view their document with the background in high contrast dark mode that makes the experience easy on the eyes and keeps the document untouched!


V 0.0.13                    

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

الاسم Docs Dark 2.0 Docs Dark 2.0
ID djmmkojigpkdagglmjjdjiddopgdchcn
عنوان URL الرسمي https://chromewebstore.google.com/detail/docs-dark-20/djmmkojigpkdagglmjjdjiddopgdchcn
الوصف Dark Theme for Docs with high contrast!
حجم الملف 24.93 KB
عدد التثبيتات 799
النسخة الحالية 0.0.13
آخر تحديث 2022-09-25
تاريخ النشر 2022-09-25
تقييم 5.00/5 مجموع تقييمات 5
المطور Ameya Lambat
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Docs Dark 2.0",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ]
        }
    ],
    "description": "Dark Theme for Docs with high contrast!",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "version": "0.0.13",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "resources": [
                "css\/dark_theme.css"
            ]
        }
    ],
    "manifest_version": 3
}