ColorClock New Tab

A beautiful & minimalistic NewTab page featuring a color clock.

Cos'è ColorClock New Tab?

ColorClock New Tab è un'estensione di Chrome sviluppata da Aahlad Madireddy, e la sua funzione principale è "A beautiful & minimalistic NewTab page featuring a color clock.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ColorClock New Tab

Scarica i file di estensione ColorClock New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ColorClock New Tab ColorClock New Tab
ID amlnillaahajflmgalpdklapcaajcgao
URL Ufficiale https://chromewebstore.google.com/detail/colorclock-new-tab/amlnillaahajflmgalpdklapcaajcgao
Descrizione A beautiful & minimalistic NewTab page featuring a color clock.
Dimensione del File 155 KB
Conteggio Installazioni 53
Versione Corrente 1.3
Ultimo Aggiornamento 2015-08-17
Data di Pubblicazione 2015-08-17
Sviluppatore Aahlad Madireddy
Tipo di Pagamento free
Lingue Supportate 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"
    }
}