Colorfox - Mangareader for mangafox

A better and more colorful way to read manga

Co je Colorfox - Mangareader for mangafox?

Colorfox - Mangareader for mangafox je rozšíření Chrome vyvinuté http://sauravtom.github.com, a jeho hlavní funkcí je „A better and more colorful way to read manga“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Colorfox - Mangareader for mangafox

Stáhněte si soubory rozšíření Colorfox - Mangareader for mangafox ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Colorfox - Mangareader for mangafox Colorfox - Mangareader for mangafox
ID mkoomlboolhiindikpgcfeijjipegmkb
Oficiální URL https://chrome.google.com/webstore/detail/colorfox-mangareader-for/mkoomlboolhiindikpgcfeijjipegmkb
Popis A better and more colorful way to read manga
Velikost souboru 225 KB
Počet instalací 37
Aktuální Verze 1
Poslední Aktualizace 2013-03-26
Datum Vydání 2013-03-26
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář http://sauravtom.github.com
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}