World Clock Toolbar
EASY to access on your toolbar with a list of country that you visit often at a glance.
¿Qué es World Clock Toolbar?
World Clock Toolbar es una extensión de Chrome desarrollada por davidjutegsn911, y su función principal es "EASY to access on your toolbar with a list of country that you visit often at a glance.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión World Clock Toolbar
Descarga archivos de extensión World Clock Toolbar 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
EASY to access on your toolbar with a list of country that you visit often at a glance. FEATURE extended world clock from city to every country. DISPLAY multiple world clocks that you can easily add, remove, sort and edit according to your preference. SIMPLE design with just one click without searching it every time you want to look up for client, coworker or family’s current timezone in different country. Feel free to share your opinion, ideas and requests.
Información Básica de la Extensión
Nombre | World Clock Toolbar |
ID | kkppmdakhdcgoidhmoegcnbmboljojom |
URL Oficial | https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom |
Descripción | EASY to access on your toolbar with a list of country that you visit often at a glance. |
Tamaño del Archivo | 2.76 MB |
Cantidad de Instalaciones | 1,678 |
Versión Actual | 1.2 |
Última Actualización | 2021-07-08 |
Fecha de Publicación | 2020-11-10 |
Calificación | 4.75/5 Total de 8 Calificaciones |
Desarrollador | davidjutegsn911 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://world-clock-list.web.app/privacypolicy.html |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "World Clock Toolbar", "version": "1.2", "description": "EASY to access on your toolbar with a list of country that you visit often at a glance.", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/earthclock_16.png", "32": "images\/earthclock_32.png", "48": "images\/earthclock_48.png", "128": "images\/earthclock_128.png" } }, "icons": { "16": "images\/earthclock_16.png", "32": "images\/earthclock_32.png", "48": "images\/earthclock_48.png", "128": "images\/earthclock_128.png" }, "manifest_version": 2 } |