Dark Octo Themes

Allows you to view source code on GitHub with a dark theme instead of the default light theme.

ما هو Dark Octo Themes؟

Dark Octo Themes هو إضافة Chrome تم تطويرها بواسطة Craig MacGregor، والميزة الرئيسية لها هي "Allows you to view source code on GitHub with a dark theme instead of the default light theme.".

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

screenshot

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

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

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

                        If you use github extensively, but prefer a darker theme when viewing source code, this app can do just that! Install it and you will be presented with a vibrantink theme for all source code files and diffs while viewing github.com.                    

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

الاسم Dark Octo Themes Dark Octo Themes
ID iahjlgmjhgemeebaflejbgfpojahcnng
عنوان URL الرسمي https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng
الوصف Allows you to view source code on GitHub with a dark theme instead of the default light theme.
حجم الملف 365 KB
عدد التثبيتات 121
النسخة الحالية 1.17
آخر تحديث 2020-05-11
تاريخ النشر 2020-05-11
تقييم 3.50/5 مجموع تقييمات 6
المطور Craig MacGregor
نوع الدفع free
موقع الإضافة http://allthingscraig.com
عنوان صفحة المساعدة https://github.com/craigerm/dark-octo-themes
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Octo Themes",
    "version": "1.17",
    "manifest_version": 2,
    "description": "Allows you to view source code on GitHub with a dark theme instead of the default light theme.",
    "icons": {
        "128": "src\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "src\/js\/applyTheme.js",
            "src\/js\/themeStorage.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/gist.github.com\/*",
        "https:\/\/github.com\/*"
    ],
    "options_page": "src\/options.html"
}