Random Colored New Tab
When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.
What is Random Colored New Tab?
Random Colored New Tab is a Chrome extension developed by Anacron, and its main feature is "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.".
Extension Screenshots
Download Random Colored New Tab Extension CRX File
Download Random Colored New Tab 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
The name says it all! When installed and enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the default look and feel. The extension is fairly simple and does not access any personal data or cookies on your browser.
Extension Basic Information
Name | Random Colored New Tab |
ID | kponglbcecpfdmcggikbhomhfgmjlolh |
Official URL | https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh |
Description | When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults. |
File Size | 104 KB |
Installation Count | 404 |
Current Version | 1.6 |
Last Updated | 2012-09-11 |
Publish Date | 2012-09-11 |
Rating | 2.33/5 Total 15 Ratings |
Developer | Anacron |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Colored New Tab", "version": "1.6", "manifest_version": 2, "description": "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.", "chrome_url_overrides": { "newtab": "random_new_page.html" }, "icons": { "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" } } |