Colorfox - Mangareader for mangafox

A better and more colorful way to read manga

Co to jest Colorfox - Mangareader for mangafox?

Colorfox - Mangareader for mangafox to rozszerzenie Chrome opracowane przez http://sauravtom.github.com, a jego główną funkcją jest „A better and more colorful way to read manga”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Colorfox - Mangareader for mangafox

Pobierz pliki rozszerzeń Colorfox - Mangareader for mangafox w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Colorfox - Mangareader for mangafox Colorfox - Mangareader for mangafox
ID mkoomlboolhiindikpgcfeijjipegmkb
Oficjalny URL https://chrome.google.com/webstore/detail/colorfox-mangareader-for/mkoomlboolhiindikpgcfeijjipegmkb
Opis A better and more colorful way to read manga
Rozmiar pliku 225 KB
Liczba instalacji 37
Aktualna Wersja 1
Ostatnia Aktualizacja 2013-03-26
Data Publikacji 2013-03-26
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper http://sauravtom.github.com
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}