Colorfox - Mangareader for mangafox
A better and more colorful way to read manga
Vad är Colorfox - Mangareader for mangafox?
Colorfox - Mangareader for mangafox är en Chrome-tillägg utvecklad av http://sauravtom.github.com, och dess huvudfunktion är "A better and more colorful way to read manga".
Tilläggsskärmbilder
Ladda ner Colorfox - Mangareader for mangafox-förlängningens CRX-fil
Ladda ner Colorfox - Mangareader for mangafox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mkoomlboolhiindikpgcfeijjipegmkb |
Officiell webbadress | https://chrome.google.com/webstore/detail/colorfox-mangareader-for/mkoomlboolhiindikpgcfeijjipegmkb |
Beskrivning | A better and more colorful way to read manga |
Filstorlek | 225 KB |
Antal Installationer | 37 |
Aktuell Version | 1 |
Senast Uppdaterad | 2013-03-26 |
Publiceringsdatum | 2013-03-26 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | http://sauravtom.github.com |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |