Github dark theme
This extension provides a simple dark theme for github.com
ما هو Github dark theme؟
Github dark theme هو إضافة Chrome تم تطويرها بواسطة benrlodge، والميزة الرئيسية لها هي "This extension provides a simple dark theme for github.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Github dark theme
قم بتنزيل ملفات الامتداد Github dark theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension provides a simple dark theme for github.com as an alternative to the default light theme.
معلومات أساسية عن التمديد
الاسم | |
ID | llhodmljacflfmfdhpfkjlohlfgflhga |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/github-dark-theme/llhodmljacflfmfdhpfkjlohlfgflhga |
الوصف | This extension provides a simple dark theme for github.com |
حجم الملف | 80.86 KB |
عدد التثبيتات | 38 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-01-17 |
تاريخ النشر | 2015-01-17 |
تقييم | 2.00/5 مجموع تقييمات 4 |
المطور | benrlodge |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github dark theme", "description": "This extension provides a simple dark theme for github.com", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*", "https:\/\/www.github.com\/*\/*" ], "css": [ "darktheme.css" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |