Change Background Color

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

O que é Change Background Color?

Change Background Color é uma extensão do Chrome desenvolvida por Melaine Gérard, e sua principal característica é "Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Change Background Color

Baixe arquivos de extensão Change Background Color no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
URL Oficial https://chromewebstore.google.com/detail/change-background-color/nlemjhmbplplgjghhegnamgbnbgcckha
Descrição Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project
Tamanho do Arquivo 1.42 MB
Contagem de Instalações 40
Versão Atual 1.0
Última Atualização 2021-11-06
Data de Publicação 2021-11-06
Desenvolvedor Melaine Gérard
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    }
}