Colorfox - Mangareader for mangafox

A better and more colorful way to read manga

What is Colorfox - Mangareader for mangafox?

Colorfox - Mangareader for mangafox is a Chrome extension developed by http://sauravtom.github.com, and its main feature is "A better and more colorful way to read manga".

Extension Screenshots

screenshot
screenshot

Download Colorfox - Mangareader for mangafox Extension CRX File

Download Colorfox - Mangareader for mangafox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Colorfox - Mangareader for mangafox Colorfox - Mangareader for mangafox
ID mkoomlboolhiindikpgcfeijjipegmkb
Official URL https://chrome.google.com/webstore/detail/colorfox-mangareader-for/mkoomlboolhiindikpgcfeijjipegmkb
Description A better and more colorful way to read manga
File Size 225 KB
Installation Count 37
Current Version 1
Last Updated 2013-03-26
Publish Date 2013-03-26
Rating 1.00/5 Total 1 Ratings
Developer http://sauravtom.github.com
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}