simpleClock
Shows a simple clock top right in the browser. The color is free selectable.
¿Qué es simpleClock?
simpleClock es una extensión de Chrome desarrollada por Stefan Dietz, y su función principal es "Shows a simple clock top right in the browser. The color is free selectable.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión simpleClock
Descarga archivos de extensión simpleClock 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
Shows a simple clock top right in the browser. You can choose between the mini-calendar and a URL that will open, when you click onto the clock. You can set the URL, the date-format for the tooltip and the color of the clock-letters on the options-page.
Información Básica de la Extensión
Nombre | |
ID | gdpdmdkjppdbhdbnkalaigilmdjkiine |
URL Oficial | https://chrome.google.com/webstore/detail/simpleclock/gdpdmdkjppdbhdbnkalaigilmdjkiine |
Descripción | Shows a simple clock top right in the browser. The color is free selectable. |
Tamaño del Archivo | 133 KB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 2.3 |
Última Actualización | 2021-08-31 |
Fecha de Publicación | 2013-01-05 |
Calificación | 4.57/5 Total de 7 Calificaciones |
Desarrollador | Stefan Dietz |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/sdvg/simpleClock_v2/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "simpleClock", "version": "2.3", "manifest_version": 2, "permissions": [], "description": "Shows a simple clock top right in the browser. The color is free selectable.", "homepage_url": "https:\/\/github.com\/sdvg\/simpleClock_v2", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/lib\/dateformat.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "", "default_popup": "src\/browser_action\/browser_action.html" } } |