World Clocks New Tab
Replace your New Tab with a list of world Clocks.
Qu'est-ce que World Clocks New Tab ?
World Clocks New Tab est une extension Chrome développée par joaxap, et sa fonction principale est "Replace your New Tab with a list of world Clocks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension World Clocks New Tab
Téléchargez les fichiers d'extension World Clocks New Tab 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
Display a list of clocks from all time zones of the world in your new tab page. That simple.
Informations de Base sur l'Extension
Nom | World Clocks New Tab |
ID | hmkjkkkebpjcabkafnefgibifoccimgd |
URL Officiel | https://chromewebstore.google.com/detail/world-clocks-new-tab/hmkjkkkebpjcabkafnefgibifoccimgd |
Description | Replace your New Tab with a list of world Clocks. |
Taille du Fichier | 218 KB |
Nombre d'Installations | 340 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-02-10 |
Date de Publication | 2020-02-10 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | joaxap |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "World Clocks New Tab", "description": "Replace your New Tab with a list of world Clocks.", "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |