Random Background Color
Show a random background color on the Google.com homepage.
Apa itu Random Background Color?
Random Background Color adalah ekstensi Chrome yang dikembangkan oleh Melingo, dan fitur utamanya adalah "Show a random background color on the Google.com homepage.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Random Background Color
Unduh file ekstensi Random 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
This extension randomly colors the page when visiting google.com. No more boring white background! Get excited with a new search tab each time!
Informasi Dasar Ekstensi
Nama | Random Background Color |
ID | ikglgnekadileanonnapmgkeklpgjifk |
URL Resmi | https://chromewebstore.google.com/detail/random-background-color/ikglgnekadileanonnapmgkeklpgjifk |
Deskripsi | Show a random background color on the Google.com homepage. |
Ukuran File | 84.39 KB |
Jumlah Instalasi | 1,946 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-01-19 |
Tanggal Publikasi | 2014-01-19 |
Penilaian | 1.18/5 Total 22 Penilaian |
Pengembang | Melingo |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Background Color", "description": "Show a random background color on the Google.com homepage.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "0.1", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.google.com\/*", "https:\/\/*.google.com\/*" ], "js": [ "jquery-2.0.3.min.js", "extension.js" ] } ], "web_accessible_resources": [ "jquery-2.0.3.min.map" ] } |