World Clock Extension

Present various world clocks on your new tab!

Was ist World Clock Extension?

World Clock Extension ist eine Chrome-Erweiterung, die von Speediverse entwickelt wurde, und ihr Hauptmerkmal ist "Present various world clocks on your new tab!".

Erweiterungsscreenshots

screenshot
screenshot

World Clock Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie World Clock Extension-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 is a fine extension for the finest of people who seek to know the exact time even if its not in their region.

By clicking "Add to Chrome", I accept and agree to install the World Clocks Extension Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing.

https://speediverse.net/terms - Terms.
https://speediverse.net/privacy-policy - Privacy Policy.
https://speediverse.net/ - About.
https://speediverse.net/contact-us - Contact Us.                    

Grundlegende Informationen zur Erweiterung

Name World Clock Extension World Clock Extension
ID ikfliiolmonncdlfneobmpiapheckdch
Offizielle URL https://chromewebstore.google.com/detail/world-clock-extension/ikfliiolmonncdlfneobmpiapheckdch
Beschreibung Present various world clocks on your new tab!
Dateigröße 330 KB
Installationsanzahl 11,283
Aktuelle Version 1.0.6
Letztes Update 2022-12-11
Veröffentlichungsdatum 2022-08-25
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Speediverse
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://speediverse.net/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock Extension",
    "description": "Present various world clocks on your new tab!",
    "manifest_version": 3,
    "version": "1.0.6",
    "chrome_url_overrides": {
        "newtab": "forms.html"
    },
    "action": {
        "default_title": "World Clock",
        "default_icon": "\/icons\/48.png"
    },
    "icons": {
        "48": "\/icons\/48.png",
        "16": "\/icons\/16.png",
        "128": "\/icons\/48.png"
    }
}