World Clock
An extension which displays time in different timezones.
Qu'est-ce que World Clock ?
World Clock est une extension Chrome développée par Rajasri Systems, et sa fonction principale est "An extension which displays time in different timezones.".
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
An extension to display time in different time zones. 300+ timezones available. Automatic synchronisation with the system timezone. Setup the world clock!
Informations de Base sur l'Extension
Nom | World Clock |
ID | nfigbefbepjmkffdeelklglfjponlpbo |
URL Officiel | https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo |
Description | An extension which displays time in different timezones. |
Taille du Fichier | 6.15 MB |
Nombre d'Installations | 69 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2023-04-13 |
Date de Publication | 2021-04-11 |
Développeur | Rajasri Systems |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://rajasri.com/privacy-policy |
Langues Prises en Charge | 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" } } |