Colorfox - Mangareader for mangafox

A better and more colorful way to read manga

Colorfox - Mangareader for mangafox là gì?

Colorfox - Mangareader for mangafox là một tiện ích mở rộng Chrome được phát triển bởi http://sauravtom.github.com, và tính năng chính của nó là "A better and more colorful way to read manga".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Colorfox - Mangareader for mangafox

Tải xuống các tệp mở rộng Colorfox - Mangareader for mangafox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Colorfox - Mangareader for mangafox Colorfox - Mangareader for mangafox
ID mkoomlboolhiindikpgcfeijjipegmkb
URL Chính Thức https://chrome.google.com/webstore/detail/colorfox-mangareader-for/mkoomlboolhiindikpgcfeijjipegmkb
Mô tả A better and more colorful way to read manga
Kích Thước Tệp 225 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2013-03-26
Ngày Phát Hành 2013-03-26
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://sauravtom.github.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}