Color Dev
Customize the color scheme of the developers favorite pages
ما هو Color Dev؟
Color Dev هو إضافة Chrome تم تطويرها بواسطة APHIX، والميزة الرئيسية لها هي "Customize the color scheme of the developers favorite pages".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Color Dev
قم بتنزيل ملفات الامتداد Color Dev بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Customize the color scheme of the code that appears in stackoverflow. This is not a extension who customize the entire page. The main purpose is to beautify the code that you read from the stackoverflow. Github, bitbucket and more are coming. Check the source code in : https://github.com/rodrigore/ColorDev -- Change log: v1.1.4: Fix bug
معلومات أساسية عن التمديد
الاسم | |
ID | kjccccpbheobmffklpejpgjapcbnlkng |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/color-dev/kjccccpbheobmffklpejpgjapcbnlkng |
الوصف | Customize the color scheme of the developers favorite pages |
حجم الملف | 52.67 KB |
عدد التثبيتات | 45 |
النسخة الحالية | 1.1.4 |
آخر تحديث | 2013-09-06 |
تاريخ النشر | 2013-09-06 |
تقييم | 3.33/5 مجموع تقييمات 3 |
المطور | APHIX |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Dev", "version": "1.1.4", "manifest_version": 2, "description": "Customize the color scheme of the developers favorite pages", "homepage_url": "https:\/\/github.com\/rodrigore\/ColorDev", "icons": { "16": "icons\/icon16.png", "72": "icons\/icon72.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/stack19.png", "default_title": "Choose your Color Scheme for stackoverflow (soon GitHub)", "default_popup": "src\/page_action\/page_action.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/stackoverflow.com\/*" ] } |