Change Background Color
change the current site background to your desired color
Cos'è Change Background Color?
Change Background Color è un'estensione di Chrome sviluppata da hoishing, e la sua funzione principale è "change the current site background to your desired color".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Change Background Color
Scarica i file di estensione Change Background Color in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ajlcblmihhjochfgehfcfiopkcbfnlfh |
| URL Ufficiale | https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh |
| Descrizione | change the current site background to your desired color |
| Dimensione del File | 15.48 KB |
| Conteggio Installazioni | 304 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2023-09-09 |
| Data di Pubblicazione | 2023-08-10 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | hoishing |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/hoishing/chrome-change-background-color |
| URL della Pagina di Aiuto | https://github.com/hoishing/chrome-change-background-color/issues |
| Lingue Supportate | 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"
}
}
} | |