World Clock
Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
Was ist World Clock?
World Clock ist eine Chrome-Erweiterung, die von bulenttastan entwickelt wurde, und ihr Hauptmerkmal ist "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.".
Erweiterungsscreenshots
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
The world clock showing many cities including the UTC time. It's useful for people working with remote teams with a visual way to see if it is night or daytime.
* Switch between 12h and 24h views
* See UTC (GMT) time, helpful to check any server time
* Countries and individual cities included
* Automatically adjusts for daylight savings time Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dngepaapinafpbhfbfjhkcbabhfakmia |
| Offizielle URL | https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia |
| Beschreibung | Interactive world clocks extension, beautiful UI, easily one click to show, work offline. |
| Dateigröße | 236 KB |
| Installationsanzahl | 822 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2020-11-28 |
| Veröffentlichungsdatum | 2020-04-10 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | bulenttastan |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "World Clock",
"version": "1.1",
"description": "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.",
"browser_action": {
"default_icon": "assets\/images\/logo\/19.png",
"default_popup": "popup.html"
},
"icons": {
"32": "\/assets\/images\/logo\/32.png",
"48": "\/assets\/images\/logo\/48.png",
"64": "\/assets\/images\/logo\/64.png",
"128": "\/assets\/images\/logo\/128.png"
},
"manifest_version": 2
} | |