Change Background Color
change the current site background to your desired color
Qu'est-ce que Change Background Color ?
Change Background Color est une extension Chrome développée par hoishing, et sa fonction principale est "change the current site background to your desired color".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Change Background Color
Téléchargez les fichiers d'extension Change Background Color au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Change Background Color |
ID | ajlcblmihhjochfgehfcfiopkcbfnlfh |
URL Officiel | https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh |
Description | change the current site background to your desired color |
Taille du Fichier | 15.48 KB |
Nombre d'Installations | 304 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2023-09-09 |
Date de Publication | 2023-08-10 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | hoishing |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hoishing/chrome-change-background-color |
URL de la Page d'Aide | https://github.com/hoishing/chrome-change-background-color/issues |
Langues Prises en Charge | 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" } } } |