Global Clock
Stay in sync with the world – see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine
Qu'est-ce que Global Clock ?
Global Clock est une extension Chrome développée par Consigo, et sa fonction principale est "Stay in sync with the world – see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Global Clock
Téléchargez les fichiers d'extension Global 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 "Global Clock" Chrome extension allows you to see the current time in multiple time zones simultaneously, making it easy to stay in sync with the world. This extension is designed for people who frequently work with people or have family and friends in different time zones. In addition to displaying multiple time zones, the extension also includes a search function that uses the Microsoft Bing search engine. This allows users to quickly search for information on the internet without having to open a separate tab or window. By clicking "Add to Chrome", I accept and agree to installing the Global Clock Chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use - https://globclock.com/terms and Privacy Policy - https://globclock.com/privacy.
Informations de Base sur l'Extension
Nom | Global Clock |
ID | lmconolgijfenckdkjokhaeinkbpjili |
URL Officiel | https://chromewebstore.google.com/detail/global-clock/lmconolgijfenckdkjokhaeinkbpjili |
Description | Stay in sync with the world – see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine |
Taille du Fichier | 1014 KB |
Nombre d'Installations | 1,035 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2024-01-30 |
Date de Publication | 2023-04-01 |
Évaluation | 4.53/5 Total 17 Évaluations |
Développeur | Consigo |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://globclock.com/ |
URL de la Page de Politique de Confidentialité | https://globclock.com/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Global Clock", "version": "0.0.6", "description": "Stay in sync with the world \u2013 see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine", "icons": { "16": ".\/img\/logo.png", "32": ".\/img\/logo.png", "42": ".\/img\/logo.png", "128": ".\/img\/logo.png" }, "background": { "service_worker": ".\/js\/background.js" }, "action": { "default_icon": ".\/img\/logo.png" }, "chrome_url_overrides": { "newtab": ".\/src\/main.html" }, "permissions": [] } |