Colorfox - Mangareader for mangafox

A better and more colorful way to read manga

Qu'est-ce que Colorfox - Mangareader for mangafox ?

Colorfox - Mangareader for mangafox est une extension Chrome développée par http://sauravtom.github.com, et sa fonction principale est "A better and more colorful way to read manga".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Colorfox - Mangareader for mangafox

Téléchargez les fichiers d'extension Colorfox - Mangareader for mangafox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Colorfox - Mangareader for mangafox Colorfox - Mangareader for mangafox
ID mkoomlboolhiindikpgcfeijjipegmkb
URL Officiel https://chrome.google.com/webstore/detail/colorfox-mangareader-for/mkoomlboolhiindikpgcfeijjipegmkb
Description A better and more colorful way to read manga
Taille du Fichier 225 KB
Nombre d'Installations 37
Version Actuelle 1
Dernière Mise à Jour 2013-03-26
Date de Publication 2013-03-26
Évaluation 1.00/5 Total 1 Évaluations
Développeur http://sauravtom.github.com
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}