Random Background Color
Show a random background color on the Google.com homepage.
Vad är Random Background Color?
Random Background Color är en Chrome-tillägg utvecklad av Melingo, och dess huvudfunktion är "Show a random background color on the Google.com homepage.".
Tilläggsskärmbilder
Ladda ner Random Background Color-förlängningens CRX-fil
Ladda ner Random Background Color-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension randomly colors the page when visiting google.com. No more boring white background! Get excited with a new search tab each time!
Grundläggande Information om Tillägg
Namn | Random Background Color |
ID | ikglgnekadileanonnapmgkeklpgjifk |
Officiell webbadress | https://chromewebstore.google.com/detail/random-background-color/ikglgnekadileanonnapmgkeklpgjifk |
Beskrivning | Show a random background color on the Google.com homepage. |
Filstorlek | 84.39 KB |
Antal Installationer | 1,946 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-01-19 |
Publiceringsdatum | 2014-01-19 |
Betyg | 1.18/5 Totalt 22 Betyg |
Utvecklare | Melingo |
Betalningssätt | free |
Stödda Språk | 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" ] } |