Colorfox - Mangareader for mangafox
A better and more colorful way to read manga
Was ist Colorfox - Mangareader for mangafox?
Colorfox - Mangareader for mangafox ist eine Chrome-Erweiterung, die von http://sauravtom.github.com entwickelt wurde, und ihr Hauptmerkmal ist "A better and more colorful way to read manga".
Erweiterungsscreenshots
Colorfox - Mangareader for mangafox-Erweiterungs-CRX-Datei herunterladen
Laden Sie Colorfox - Mangareader for mangafox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mkoomlboolhiindikpgcfeijjipegmkb |
Offizielle URL | https://chrome.google.com/webstore/detail/colorfox-mangareader-for/mkoomlboolhiindikpgcfeijjipegmkb |
Beschreibung | A better and more colorful way to read manga |
Dateigröße | 225 KB |
Installationsanzahl | 37 |
Aktuelle Version | 1 |
Letztes Update | 2013-03-26 |
Veröffentlichungsdatum | 2013-03-26 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://sauravtom.github.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |