Random Background Color
Show a random background color on the Google.com homepage.
What is Random Background Color?
Random Background Color is a Chrome extension developed by Melingo, and its main feature is "Show a random background color on the Google.com homepage.".
Extension Screenshots
Download Random Background Color Extension CRX File
Download Random Background Color extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension randomly colors the page when visiting google.com. No more boring white background! Get excited with a new search tab each time!
Extension Basic Information
Name | Random Background Color |
ID | ikglgnekadileanonnapmgkeklpgjifk |
Official URL | https://chromewebstore.google.com/detail/random-background-color/ikglgnekadileanonnapmgkeklpgjifk |
Description | Show a random background color on the Google.com homepage. |
File Size | 84.39 KB |
Installation Count | 1,946 |
Current Version | 0.1 |
Last Updated | 2014-01-19 |
Publish Date | 2014-01-19 |
Rating | 1.18/5 Total 22 Ratings |
Developer | Melingo |
Payment Type | free |
Supported Languages | 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" ] } |