World Clocks new tab page

Replace the new tab page with up to 12 configurable world clocks

Qu'est-ce que World Clocks new tab page ?

World Clocks new tab page est une extension Chrome développée par Martín Peverelli, et sa fonction principale est "Replace the new tab page with up to 12 configurable world clocks".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension World Clocks new tab page

Téléchargez les fichiers d'extension World Clocks new tab page 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

                        Provides a main local clock, and up to 12 other smaller clocks configurable to any timezone.
All settings are kept in sync using Chrome Storage.
Clocks are configurable to 12 or 24 hour format.
The extension has two themes. 'light' and 'dark'.
Custom background URL support, for an online image to be loaded as background.                    

Informations de Base sur l'Extension

Nom World Clocks new tab page World Clocks new tab page
ID opaffdnccgelcacfhbjigocjaigebbje
URL Officiel https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje
Description Replace the new tab page with up to 12 configurable world clocks
Taille du Fichier 214 KB
Nombre d'Installations 382
Version Actuelle 0.0.2.2
Dernière Mise à Jour 2017-04-25
Date de Publication 2017-04-25
Évaluation 2.63/5 Total 19 Évaluations
Développeur Martín Peverelli
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clocks new tab page",
    "description": "Replace the new tab page with up to 12 configurable world clocks",
    "version": "0.0.2.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}