Colorfox - Mangareader for mangafox

A better and more colorful way to read manga

Colorfox - Mangareader for mangafoxคืออะไร?

Colorfox - Mangareader for mangafox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sauravtom.github.com และคุณลักษณะหลักของมันคือ "A better and more colorful way to read manga"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colorfox - Mangareader for mangafox

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}