World Clock
Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
Qu'est-ce que World Clock ?
World Clock est une extension Chrome développée par bulenttastan, et sa fonction principale est "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension World Clock
Téléchargez les fichiers d'extension World Clock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | World Clock |
ID | dngepaapinafpbhfbfjhkcbabhfakmia |
URL Officiel | https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia |
Description | Interactive world clocks extension, beautiful UI, easily one click to show, work offline. |
Taille du Fichier | 236 KB |
Nombre d'Installations | 822 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-11-28 |
Date de Publication | 2020-04-10 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | bulenttastan |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |