Github Dark theme One Dark with ligatures

This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…

ما هو Github Dark theme One Dark with ligatures؟

Github Dark theme One Dark with ligatures هو إضافة Chrome تم تطويرها بواسطة Vladimir Mikhaylovskiy، والميزة الرئيسية لها هي "This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Github Dark theme One Dark with ligatures

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

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

                        This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. 
Also changed font for code to support ligatures (requires https://github.com/tonsky/FiraCode installed locally).                    

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

الاسم Github Dark theme One Dark with ligatures Github Dark theme One Dark with ligatures
ID nibmbfkmlnfmkfohcejnncjonfepppkk
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk
الوصف This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…
حجم الملف 27.25 KB
عدد التثبيتات 382
النسخة الحالية 0.11
آخر تحديث 2017-10-19
تاريخ النشر 2017-10-19
تقييم 4.00/5 مجموع تقييمات 11
المطور Vladimir Mikhaylovskiy
نوع الدفع free
موقع الإضافة https://github.com/vovanmix/github-dark-theme
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Dark theme One Dark with ligatures",
    "version": "0.11",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/gist.github.com\/*"
            ],
            "css": [
                "app\/app.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}