Change Page Colors

A tool that automatically change the color of background and text in the page

Что такое Change Page Colors?

Change Page Colors - это расширение Chrome, разработанное zanomate, и его основная функция - "A tool that automatically change the color of background and text in the page".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Change Page Colors

Скачайте файлы расширений Change Page Colors в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        "Change Page Colors" is a tool that allow users to easily change main background and text colors of any web page. The purpose is to make reading more confortable and adaptive to the user preferences.

Functionality (First release)
- Change background and text color a any page with a click.
- Choose your favorite colors and the tool will remember your last choice.                    

Основная информация о расширении

Название Change Page Colors Change Page Colors
ID bpffefpenhflenffmncchaepkgebkpne
Официальный URL https://chrome.google.com/webstore/detail/change-page-colors/bpffefpenhflenffmncchaepkgebkpne
Описание A tool that automatically change the color of background and text in the page
Размер файла 43.54 KB
Количество установок 4,311
Текущая Версия 1.0.0.0
Последнее Обновление 2016-02-27
Дата публикации 2016-02-27
Рейтинг 2.55/5 Всего 22 оценок
Разработчик zanomate
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0.0",
    "name": "Change Page Colors",
    "description": "A tool that automatically change the color of background and text in the page",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "browser_action": {
        "default_icon": "imgs\/128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "imgs\/128.png"
    }
}