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é es Global Clock?
Global Clock es una extensión de Chrome desarrollada por Consigo, y su función principal es "Stay in sync with the world – see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Global Clock
Descarga archivos de extensión Global Clock en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Global Clock |
ID | lmconolgijfenckdkjokhaeinkbpjili |
URL Oficial | https://chromewebstore.google.com/detail/global-clock/lmconolgijfenckdkjokhaeinkbpjili |
Descripción | Stay in sync with the world – see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine |
Tamaño del Archivo | 1014 KB |
Cantidad de Instalaciones | 1,035 |
Versión Actual | 0.0.6 |
Última Actualización | 2024-01-30 |
Fecha de Publicación | 2023-04-01 |
Calificación | 4.53/5 Total de 17 Calificaciones |
Desarrollador | Consigo |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://globclock.com/ |
URL de la Página de Política de Privacidad | https://globclock.com/privacy |
Idiomas Soportados | 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": [] } |