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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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\/*" ] } |