ColorClock New Tab
A beautiful & minimalistic NewTab page featuring a color clock.
What is ColorClock New Tab?
ColorClock New Tab is a Chrome extension developed by Aahlad Madireddy, and its main feature is "A beautiful & minimalistic NewTab page featuring a color clock.".
Extension Screenshots
Download ColorClock New Tab Extension CRX File
Download ColorClock 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
A minimalistic new-tab page featuring a color clock. The time is converted into a color which is used as the background color of the page. Includes links to common sites, as well as a searchbar to search Google. Also includes a Top Sites and Bookmarks panel for easy access to your favorite websites. Shows top 10 sites and 10 most recent bookmarks.
Extension Basic Information
Name | ColorClock New Tab |
ID | amlnillaahajflmgalpdklapcaajcgao |
Official URL | https://chromewebstore.google.com/detail/colorclock-new-tab/amlnillaahajflmgalpdklapcaajcgao |
Description | A beautiful & minimalistic NewTab page featuring a color clock. |
File Size | 155 KB |
Installation Count | 53 |
Current Version | 1.3 |
Last Updated | 2015-08-17 |
Publish Date | 2015-08-17 |
Developer | Aahlad Madireddy |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.3", "name": "ColorClock New Tab", "short_name": "ColorClock", "description": "A beautiful & minimalistic NewTab page featuring a color clock.", "author": "Aahlad Madireddy", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "chrome:\/\/favicon\/", "topSites", "bookmarks" ], "icons": { "32": "SmallIcon.png", "64": "Icon64.png", "128": "Icon.png" } } |