Change Background Color
change the current site background to your desired color
Apa itu Change Background Color?
Change Background Color adalah ekstensi Chrome yang dikembangkan oleh hoishing, dan fitur utamanya adalah "change the current site background to your desired color".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Change Background Color
Unduh file ekstensi Change Background Color dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Change Background Color |
ID | ajlcblmihhjochfgehfcfiopkcbfnlfh |
URL Resmi | https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh |
Deskripsi | change the current site background to your desired color |
Ukuran File | 15.48 KB |
Jumlah Instalasi | 304 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2023-09-09 |
Tanggal Publikasi | 2023-08-10 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | hoishing |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/hoishing/chrome-change-background-color |
URL Halaman Bantuan | https://github.com/hoishing/chrome-change-background-color/issues |
Bahasa yang Didukung | 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" } } } |