World Clock

An extension which displays time in different timezones.

Was ist World Clock?

World Clock ist eine Chrome-Erweiterung, die von Rajasri Systems entwickelt wurde, und ihr Hauptmerkmal ist "An extension which displays time in different timezones.".

Erweiterungsscreenshots

screenshot

World Clock-Erweiterungs-CRX-Datei herunterladen

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

                        An extension to display time in different time zones. 
300+ timezones available. 
Automatic synchronisation with the system timezone. 
Setup the world clock!                    

Grundlegende Informationen zur Erweiterung

Name World Clock World Clock
ID nfigbefbepjmkffdeelklglfjponlpbo
Offizielle URL https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo
Beschreibung An extension which displays time in different timezones.
Dateigröße 6.15 MB
Installationsanzahl 69
Aktuelle Version 2.1
Letztes Update 2023-04-13
Veröffentlichungsdatum 2021-04-11
Entwickler Rajasri Systems
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://rajasri.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World Clock",
    "description": "An extension which displays time in different timezones.",
    "version": "2.1",
    "author": "Rajasri Systems",
    "browser_action": {
        "default_icon": "images\/worldclockfavicon.png",
        "default_popup": "index.html"
    },
    "background": {
        "page": "index.html"
    },
    "icons": {
        "16": "images\/worldclockfavicon.png",
        "32": "images\/worldclock32x32.png",
        "48": "images\/worldclock48x48.png",
        "128": "images\/worldclock128x128.png"
    }
}