World Clocks New Tab

World Clocks New Tab - See multiple analog clocks with different timezones on a new tab

Was ist World Clocks New Tab?

World Clocks New Tab ist eine Chrome-Erweiterung, die von alextrastero entwickelt wurde, und ihr Hauptmerkmal ist "World Clocks New Tab - See multiple analog clocks with different timezones on a new tab".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

World Clocks New Tab-Erweiterungs-CRX-Datei herunterladen

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

                        World Clocks New Tab - See multiple analog clocks with different timezones on a new tab                    

Grundlegende Informationen zur Erweiterung

Name World Clocks New Tab World Clocks New Tab
ID kgdofgjeidgppjkamhldifcjdmbcpipi
Offizielle URL https://chromewebstore.google.com/detail/world-clocks-new-tab/kgdofgjeidgppjkamhldifcjdmbcpipi
Beschreibung World Clocks New Tab - See multiple analog clocks with different timezones on a new tab
Dateigröße 56.64 KB
Installationsanzahl 161
Aktuelle Version 2.1.1
Letztes Update 2018-02-24
Veröffentlichungsdatum 2018-02-24
Bewertung 4.25/5 Insgesamt 4 Bewertungen
Entwickler alextrastero
Zahlungsart free
Erweiterungswebsite https://github.com/alextrastero/world-clocks-new-tab
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World Clocks New Tab",
    "short_name": "World Clocks",
    "version": "2.1.1",
    "description": "World Clocks New Tab - See multiple analog clocks with different timezones on a new tab",
    "author": "Alexander Odell ",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "offline_enabled": true,
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}