Color Dev
Customize the color scheme of the developers favorite pages
Cos'è Color Dev?
Color Dev è un'estensione di Chrome sviluppata da APHIX, e la sua funzione principale è "Customize the color scheme of the developers favorite pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Color Dev
Scarica i file di estensione Color Dev in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | kjccccpbheobmffklpejpgjapcbnlkng |
URL Ufficiale | https://chrome.google.com/webstore/detail/color-dev/kjccccpbheobmffklpejpgjapcbnlkng |
Descrizione | Customize the color scheme of the developers favorite pages |
Dimensione del File | 52.67 KB |
Conteggio Installazioni | 45 |
Versione Corrente | 1.1.4 |
Ultimo Aggiornamento | 2013-09-06 |
Data di Pubblicazione | 2013-09-06 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | APHIX |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |