Pink background
This extension allows the users to change the background in pink color of the current page.
Apa itu Pink background?
Pink background adalah ekstensi Chrome yang dikembangkan oleh https://dierezepte.com, dan fitur utamanya adalah "This extension allows the users to change the background in pink color of the current page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pink background
Unduh file ekstensi Pink background 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
You can now change your background color of your visited webpage. Just 2 clicks and you will have pink background.
Informasi Dasar Ekstensi
Nama | |
ID | ehiaijjfijdbaepbhgompjomellejfoj |
URL Resmi | https://chromewebstore.google.com/detail/pink-background/ehiaijjfijdbaepbhgompjomellejfoj |
Deskripsi | This extension allows the users to change the background in pink color of the current page. |
Ukuran File | 7.37 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-02-20 |
Tanggal Publikasi | 2018-02-20 |
Penilaian | 2.75/5 Total 4 Penilaian |
Pengembang | https://dierezepte.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://dierezepte.com/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pink background", "description": "This extension allows the users to change the background in pink color of the current page.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click here!" }, "permissions": [ "activeTab", "storage" ] } |