ColorClock New Tab

A beautiful & minimalistic NewTab page featuring a color clock.

Qu'est-ce que ColorClock New Tab ?

ColorClock New Tab est une extension Chrome développée par Aahlad Madireddy, et sa fonction principale est "A beautiful & minimalistic NewTab page featuring a color clock.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ColorClock New Tab

Téléchargez les fichiers d'extension ColorClock New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ColorClock New Tab ColorClock New Tab
ID amlnillaahajflmgalpdklapcaajcgao
URL Officiel https://chromewebstore.google.com/detail/colorclock-new-tab/amlnillaahajflmgalpdklapcaajcgao
Description A beautiful & minimalistic NewTab page featuring a color clock.
Taille du Fichier 155 KB
Nombre d'Installations 53
Version Actuelle 1.3
Dernière Mise à Jour 2015-08-17
Date de Publication 2015-08-17
Développeur Aahlad Madireddy
Type de Paiement free
Langues Prises en Charge 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"
    }
}