Time Icon
View the current time from the chrome extension bar. Right click on the time icon for the full date.
¿Qué es Time Icon?
Time Icon es una extensión de Chrome desarrollada por Brandon Fowler, y su función principal es "View the current time from the chrome extension bar. Right click on the time icon for the full date.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Time Icon
Descarga archivos de extensión Time Icon 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
This extensions adds an icon that displays the current time as icons badge text to the toolbar, allowing for the current time to be always accessible. When clicked, the icon opens a popup with the current date and time with second precision. The date can be changed to use full words or short words and it can be changed to use DMY or MDY format. The extension uses the time of your computer, so you can change the timezone in your computer's settings.
Información Básica de la Extensión
Nombre | Time Icon |
ID | piobjonapfjjnenpemdbklflkcbdnlcg |
URL Oficial | https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg |
Descripción | View the current time from the chrome extension bar. Right click on the time icon for the full date. |
Tamaño del Archivo | 7.29 KB |
Cantidad de Instalaciones | 30 |
Versión Actual | 1.2.2 |
Última Actualización | 2023-01-03 |
Fecha de Publicación | 2019-10-09 |
Desarrollador | Brandon Fowler |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Icon", "version": "1.2.2", "permissions": [ "alarms", "storage" ], "description": "View the current time from the chrome extension bar. Right click on the time icon for the full date.", "icons": { "128": "icon128.png" }, "background": { "service_worker": "worker.js" }, "options_page": "options.html", "action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "manifest_version": 3 } |