Color Dev
Customize the color scheme of the developers favorite pages
¿Qué es Color Dev?
Color Dev es una extensión de Chrome desarrollada por APHIX, y su función principal es "Customize the color scheme of the developers favorite pages".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Color Dev
Descarga archivos de extensión Color Dev en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | kjccccpbheobmffklpejpgjapcbnlkng |
URL Oficial | https://chrome.google.com/webstore/detail/color-dev/kjccccpbheobmffklpejpgjapcbnlkng |
Descripción | Customize the color scheme of the developers favorite pages |
Tamaño del Archivo | 52.67 KB |
Cantidad de Instalaciones | 45 |
Versión Actual | 1.1.4 |
Última Actualización | 2013-09-06 |
Fecha de Publicación | 2013-09-06 |
Calificación | 3.33/5 Total de 3 Calificaciones |
Desarrollador | APHIX |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } |