World Clocks New Tab

Replace your New Tab with a list of world Clocks.

Was ist World Clocks New Tab?

World Clocks New Tab ist eine Chrome-Erweiterung, die von joaxap entwickelt wurde, und ihr Hauptmerkmal ist "Replace your New Tab with a list of world Clocks.".

Erweiterungsscreenshots

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

                        Display a list of clocks from all time zones of the world in your new tab page. That simple.                    

Grundlegende Informationen zur Erweiterung

Name World Clocks New Tab World Clocks New Tab
ID hmkjkkkebpjcabkafnefgibifoccimgd
Offizielle URL https://chromewebstore.google.com/detail/world-clocks-new-tab/hmkjkkkebpjcabkafnefgibifoccimgd
Beschreibung Replace your New Tab with a list of world Clocks.
Dateigröße 218 KB
Installationsanzahl 340
Aktuelle Version 1.0.0
Letztes Update 2020-02-10
Veröffentlichungsdatum 2020-02-10
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler joaxap
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World Clocks New Tab",
    "description": "Replace your New Tab with a list of world Clocks.",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}