World Clocks new tab page

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

Was ist World Clocks new tab page?

World Clocks new tab page ist eine Chrome-Erweiterung, die von Martín Peverelli entwickelt wurde, und ihr Hauptmerkmal ist "Replace the new tab page with up to 12 configurable world clocks".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

World Clocks new tab page-Erweiterungs-CRX-Datei herunterladen

Laden Sie World Clocks new tab page-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name World Clocks new tab page World Clocks new tab page
ID opaffdnccgelcacfhbjigocjaigebbje
Offizielle URL https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje
Beschreibung Replace the new tab page with up to 12 configurable world clocks
Dateigröße 214 KB
Installationsanzahl 382
Aktuelle Version 0.0.2.2
Letztes Update 2017-04-25
Veröffentlichungsdatum 2017-04-25
Bewertung 2.63/5 Insgesamt 19 Bewertungen
Entwickler Martín Peverelli
Zahlungsart free
Unterstützte Sprachen 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
}