Colorfox - Mangareader for mangafox

A better and more colorful way to read manga

Colorfox - Mangareader for mangafox क्या है?

Colorfox - Mangareader for mangafox http://sauravtom.github.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A better and more colorful way to read manga"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Colorfox - Mangareader for mangafox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Colorfox - Mangareader for mangafox Colorfox - Mangareader for mangafox
ID mkoomlboolhiindikpgcfeijjipegmkb
आधिकारिक URL https://chrome.google.com/webstore/detail/colorfox-mangareader-for/mkoomlboolhiindikpgcfeijjipegmkb
विवरण A better and more colorful way to read manga
फ़ाइल का आकार 225 KB
स्थापना संख्या 37
वर्तमान संस्करण 1
अंतिम अपडेट 2013-03-26
प्रकाशन तिथि 2013-03-26
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर http://sauravtom.github.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}