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开发的Chrome扩展程序,该扩展的主要功能是“A better and more colorful way to read manga”。

扩展截图

screenshot
screenshot

下载Colorfox - Mangareader for mangafox扩展crx文件

下载Colorfox - Mangareader for mangafox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}