ColorClock New Tab
A beautiful & minimalistic NewTab page featuring a color clock.
Vad är ColorClock New Tab?
ColorClock New Tab är en Chrome-tillägg utvecklad av Aahlad Madireddy, och dess huvudfunktion är "A beautiful & minimalistic NewTab page featuring a color clock.".
Tilläggsskärmbilder
Ladda ner ColorClock New Tab-förlängningens CRX-fil
Ladda ner ColorClock New Tab-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
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.
Grundläggande Information om Tillägg
Namn | ColorClock New Tab |
ID | amlnillaahajflmgalpdklapcaajcgao |
Officiell webbadress | https://chromewebstore.google.com/detail/colorclock-new-tab/amlnillaahajflmgalpdklapcaajcgao |
Beskrivning | A beautiful & minimalistic NewTab page featuring a color clock. |
Filstorlek | 155 KB |
Antal Installationer | 53 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2015-08-17 |
Publiceringsdatum | 2015-08-17 |
Utvecklare | Aahlad Madireddy |
Betalningssätt | free |
Stödda Språk | 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" } } |