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