Change Background Color

Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project

Что такое Change Background Color?

Change Background Color - это расширение Chrome, разработанное Melaine Gérard, и его основная функция - "Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project".

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

screenshot

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

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

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

                        Allow you to change the background color of a website.
It can be useful when you make front end development and you want to find the best color for your background directly in your browser but you don't want to find it directly in your code.                    

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

Название Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
Официальный URL https://chromewebstore.google.com/detail/change-background-color/nlemjhmbplplgjghhegnamgbnbgcckha
Описание Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project
Размер файла 1.42 MB
Количество установок 40
Текущая Версия 1.0
Последнее Обновление 2021-11-06
Дата публикации 2021-11-06
Разработчик Melaine Gérard
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change Background Color",
    "description": "Allow you to change the background color of a website \/ Color Picker icon by Kenneth Appiah from the Noun Project",
    "version": "1.0",
    "author": "Melaine G\u00e9rard ",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        },
        "icons": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        }
    }
}