Change Background Color
change the current site background to your desired color
O que é Change Background Color?
Change Background Color é uma extensão do Chrome desenvolvida por hoishing, e sua principal característica é "change the current site background to your desired color".
Capturas de Tela da Extensão
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
Most color-changing extensions require the "read and change all your data on all site" permission, which is overkill and raises privacy concerns. This particular extension does only one thing: it changes the background color of the current site, that's all. No special permissions are required, no data is collected, and no privacy concerns. 🔗 source code https://github.com/hoishing/chrome-change-background-color
Informações Básicas da Extensão
Nome | Change Background Color |
ID | ajlcblmihhjochfgehfcfiopkcbfnlfh |
URL Oficial | https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh |
Descrição | change the current site background to your desired color |
Tamanho do Arquivo | 15.48 KB |
Contagem de Instalações | 304 |
Versão Atual | 1.1.0 |
Última Atualização | 2023-09-09 |
Data de Publicação | 2023-08-10 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | hoishing |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/hoishing/chrome-change-background-color |
URL da Página de Ajuda | https://github.com/hoishing/chrome-change-background-color/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Change Background Color", "version": "1.1.0", "description": "change the current site background to your desired color", "permissions": [ "scripting", "activeTab" ], "icons": { "64": "bg-color64.png", "128": "bg-color128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "64": "bg-color64.png", "128": "bg-color128.png" } } } |