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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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