World Clocks
World Clock. It displays multiple world clocks that you can add, remove, sort and edit.
Was ist World Clocks?
World Clocks ist eine Chrome-Erweiterung, die von makoto_kw entwickelt wurde, und ihr Hauptmerkmal ist "World Clock. It displays multiple world clocks that you can add, remove, sort and edit.".
Erweiterungsscreenshots
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 Clock extension. It depends on coolclock (http://randomibis.com/coolclock/) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | innfmeekncjandlanpgdmmogkcimekgo |
| Offizielle URL | https://chromewebstore.google.com/detail/world-clocks/innfmeekncjandlanpgdmmogkcimekgo |
| Beschreibung | World Clock. It displays multiple world clocks that you can add, remove, sort and edit. |
| Dateigröße | 187 KB |
| Installationsanzahl | 44,811 |
| Aktuelle Version | 0.5 |
| Letztes Update | 2012-12-28 |
| Veröffentlichungsdatum | 2012-12-28 |
| Bewertung | 4.12/5 Insgesamt 409 Bewertungen |
| Entwickler | makoto_kw |
| Zahlungsart | free |
| Unterstützte Sprachen | en,ja |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_APP_TITLE__",
"description": "__MSG_APP_DESCRIPTION__",
"version": "0.5",
"manifest_version": 2,
"default_locale": "en",
"content_security_policy": "script-src 'self'; object-src 'self'",
"background": {
"page": "background.html"
},
"options_page": "options.html",
"browser_action": {
"default_icon": "icon_16.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
}
} | |