ColorClock New Tab
A beautiful & minimalistic NewTab page featuring a color clock.
Wat is ColorClock New Tab?
ColorClock New Tab is een Chrome-extensie ontwikkeld door Aahlad Madireddy, en de belangrijkste functie is "A beautiful & minimalistic NewTab page featuring a color clock.".
Extensie Screenshots
Download het CRX-bestand van de extensie ColorClock New Tab
Download ColorClock New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | amlnillaahajflmgalpdklapcaajcgao |
| Officiële URL | https://chromewebstore.google.com/detail/colorclock-new-tab/amlnillaahajflmgalpdklapcaajcgao |
| Beschrijving | A beautiful & minimalistic NewTab page featuring a color clock. |
| Bestandsgrootte | 155 KB |
| Aantal Installaties | 53 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2015-08-17 |
| Publicatiedatum | 2015-08-17 |
| Ontwikkelaar | Aahlad Madireddy |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |