ColorClock New Tab
A beautiful & minimalistic NewTab page featuring a color clock.
Hvad er ColorClock New Tab?
ColorClock New Tab er en Chrome-udvidelse udviklet af Aahlad Madireddy, og dens hovedfunktion er "A beautiful & minimalistic NewTab page featuring a color clock.".
Udvidelsesskærmbilleder
Download ColorClock New Tab-udvidelses-CRX-fil
Download ColorClock New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | amlnillaahajflmgalpdklapcaajcgao |
| Officiel URL | https://chromewebstore.google.com/detail/colorclock-new-tab/amlnillaahajflmgalpdklapcaajcgao |
| Beskrivelse | A beautiful & minimalistic NewTab page featuring a color clock. |
| Filstørrelse | 155 KB |
| Antal Installationer | 53 |
| Nuværende Version | 1.3 |
| Senest Opdateret | 2015-08-17 |
| Udgivelsesdato | 2015-08-17 |
| Udvikler | Aahlad Madireddy |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |