Colorfox - Mangareader for mangafox
A better and more colorful way to read manga
Cos'è Colorfox - Mangareader for mangafox?
Colorfox - Mangareader for mangafox è un'estensione di Chrome sviluppata da http://sauravtom.github.com, e la sua funzione principale è "A better and more colorful way to read manga".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Colorfox - Mangareader for mangafox
Scarica i file di estensione Colorfox - Mangareader for mangafox 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
Colorfox is an extension to modify the appereance of Mangafox.me website. You can customize your reading experience by adding colors and css filters to manga pages. It only works while reading manga, leaving the rest of mangafox's pages untouched.
Informazioni di Base sull'Estensione
Nome | |
ID | mkoomlboolhiindikpgcfeijjipegmkb |
URL Ufficiale | https://chrome.google.com/webstore/detail/colorfox-mangareader-for/mkoomlboolhiindikpgcfeijjipegmkb |
Descrizione | A better and more colorful way to read manga |
Dimensione del File | 225 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2013-03-26 |
Data di Pubblicazione | 2013-03-26 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | http://sauravtom.github.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Colorfox - Mangareader for mangafox", "version": "1", "icons": { "16": "icon16.jpg", "40": "icon48.jpg", "128": "icon128.jpg" }, "description": "A better and more colorful way to read manga", "content_scripts": [ { "matches": [ "http:\/\/mangafox.me\/manga\/*\/v*" ], "js": [ "script.js", "jquery-1.9.0.js", "jquery-ui.js" ], "css": [ "user.css", "jquery-ui.css" ] } ] } |