World Clocks

World Clocks

Was ist World Clocks?

World Clocks ist eine Chrome-Erweiterung, die von https://quickrr.com entwickelt wurde, und ihr Hauptmerkmal ist "World Clocks".

Erweiterungsscreenshots

screenshot

World Clocks-Erweiterungs-CRX-Datei herunterladen

Laden Sie World Clocks-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 simple yet powerful Chrome extension to display current time in different time zones. Select country & city, and every time you open World Clocks you have local time instantly.


Chrome productivity extensions by http://quickrr.com                    

Grundlegende Informationen zur Erweiterung

Name World Clocks World Clocks
ID ajnbnekhpkkfaobjalnhdoofajkghidp
Offizielle URL https://chromewebstore.google.com/detail/world-clocks/ajnbnekhpkkfaobjalnhdoofajkghidp
Beschreibung World Clocks
Dateigröße 255 KB
Installationsanzahl 8,708
Aktuelle Version 2.0
Letztes Update 2015-02-22
Veröffentlichungsdatum 2015-02-22
Bewertung 4.41/5 Insgesamt 222 Bewertungen
Entwickler https://quickrr.com
Zahlungsart free
Erweiterungswebsite http://quickrr.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "name": "World Clocks",
    "version": "2.0",
    "manifest_version": 2,
    "description": "World Clocks",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.htm",
        "default_title": "World Clocks"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    }
}