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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}