Munin dark theme
A simple plugin that gives Munin pages a dark theme.
ما هو Munin dark theme؟
Munin dark theme هو إضافة Chrome تم تطويرها بواسطة okor، والميزة الرئيسية لها هي "A simple plugin that gives Munin pages a dark theme.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Munin dark theme
قم بتنزيل ملفات الامتداد Munin dark theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The plugin will attempt to detect if the current page is one served up by Munin. If it's a Munin page, it will inject a small amount of CSS, effectively creating a dark theme for Munin. Get the source on Github: https://github.com/okor/munin-dark-chrome-extension
معلومات أساسية عن التمديد
الاسم | |
ID | fgboabpjnnfofdmknkijjpaolikljolo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/munin-dark-theme/fgboabpjnnfofdmknkijjpaolikljolo |
الوصف | A simple plugin that gives Munin pages a dark theme. |
حجم الملف | 13.98 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-09-24 |
تاريخ النشر | 2013-09-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | okor |
نوع الدفع | free |
موقع الإضافة | http://jasonormand.com/2013/09/22/a-dark-munin-theme/ |
عنوان صفحة المساعدة | https://github.com/okor/munin-dark-chrome-extension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Munin dark theme", "description": "A simple plugin that gives Munin pages a dark theme.", "version": "1.0", "homepage_url": "http:\/\/jasonormand.com\/2013\/09\/22\/a-dark-munin-theme\/", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "munin-dark-theme.css" ], "content_scripts": [ { "js": [ "munin-dark-theme.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ] } |