Color Changer

Change the current page color

Что такое Color Changer?

Color Changer - это расширение Chrome, разработанное http://cleandesk.info, и его основная функция - "Change the current page color".

Скачать файл CRX расширения Color Changer

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

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

                        When you add the chrome pictures app, the Color Changer icon appears in Chrome's app launcher on the Tab page, along with your other apps.  You can fire up the color changer from here, instead of pinned tabs or the address bar.  Go forth and take pictures!                    

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

Название Color Changer Color Changer
ID gdolkoaggoefghmnahegdiahpmijjmea
Официальный URL https://chrome.google.com/webstore/detail/color-changer/gdolkoaggoefghmnahegdiahpmijjmea
Описание Change the current page color
Размер файла 4.08 KB
Количество установок 48
Текущая Версия 1.0
Последнее Обновление 2016-08-25
Дата публикации 2016-08-23
Рейтинг 1.00/5 Всего 1 оценок
Разработчик http://cleandesk.info
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности http://cleandesk.info/privacypolicy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Changer",
    "description": "Change the current page color",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Set this page's color.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}