Colour Changer

Change the colour of the text and background of a webpage!

Что такое Colour Changer?

Colour Changer - это расширение Chrome, разработанное Michael Smith, и его основная функция - "Change the colour of the text and background of a webpage!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Allows users to apply any colour to fonts and backgrounds of any webpage. To use the extension click on the symbol and you will see a drop-down menu, this has three options - fonts, background and reset. Upon clicking either the font or background it will drop-down three sliders that represent the RGB values, move these sliders to change the font/background. The reset button will remove any changes made to the page (note: to do this it refreshes the page).                    

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

Название Colour Changer Colour Changer
ID oghncgjeeecljbkloncoifojhioefmpj
Официальный URL https://chromewebstore.google.com/detail/colour-changer/oghncgjeeecljbkloncoifojhioefmpj
Описание Change the colour of the text and background of a webpage!
Размер файла 91.72 KB
Количество установок 999
Текущая Версия 1.0
Последнее Обновление 2017-10-26
Дата публикации 2017-10-26
Рейтинг 2.50/5 Всего 8 оценок
Разработчик Michael Smith
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colour Changer",
    "description": "Change the colour of the text and background of a webpage!",
    "version": "1.0",
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click Here!"
    },
    "permissions": [
        "activeTab"
    ]
}