ColorClock New Tab

A beautiful & minimalistic NewTab page featuring a color clock.

Was ist ColorClock New Tab?

ColorClock New Tab ist eine Chrome-Erweiterung, die von Aahlad Madireddy entwickelt wurde, und ihr Hauptmerkmal ist "A beautiful & minimalistic NewTab page featuring a color clock.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

ColorClock New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie ColorClock New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ColorClock New Tab ColorClock New Tab
ID amlnillaahajflmgalpdklapcaajcgao
Offizielle URL https://chromewebstore.google.com/detail/colorclock-new-tab/amlnillaahajflmgalpdklapcaajcgao
Beschreibung A beautiful & minimalistic NewTab page featuring a color clock.
Dateigröße 155 KB
Installationsanzahl 53
Aktuelle Version 1.3
Letztes Update 2015-08-17
Veröffentlichungsdatum 2015-08-17
Entwickler Aahlad Madireddy
Zahlungsart free
Unterstützte Sprachen 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"
    }
}