Change Background Color
change the current site background to your desired color
Hvad er Change Background Color?
Change Background Color er en Chrome-udvidelse udviklet af hoishing, og dens hovedfunktion er "change the current site background to your desired color".
Udvidelsesskærmbilleder
Download Change Background Color-udvidelses-CRX-fil
Download Change Background Color-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Change Background Color |
ID | ajlcblmihhjochfgehfcfiopkcbfnlfh |
Officiel URL | https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh |
Beskrivelse | change the current site background to your desired color |
Filstørrelse | 15.48 KB |
Antal Installationer | 304 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2023-09-09 |
Udgivelsesdato | 2023-08-10 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | hoishing |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/hoishing/chrome-change-background-color |
Hjælpeside-URL | https://github.com/hoishing/chrome-change-background-color/issues |
Understøttede Sprog | 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" } } } |