ChronoTab: The Best New Tab Clock
The best timepiece for the new tab page
¿Qué es ChronoTab: The Best New Tab Clock?
ChronoTab: The Best New Tab Clock es una extensión de Chrome desarrollada por Dakota Larson, y su función principal es "The best timepiece for the new tab page".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ChronoTab: The Best New Tab Clock
Descarga archivos de extensión ChronoTab: The Best New Tab 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 best timepiece for the new tab page!
Features:
> Snazzy clock face
> Slick digital clock and date
> Comprehensive configuration
Contact me with ideas, bug reports or comments!
[email protected] Información Básica de la Extensión
| Nombre | |
| ID | aglflhdjjfabpohbaonlepcofcofpamd |
| URL Oficial | https://chromewebstore.google.com/detail/chronotab-the-best-new-ta/aglflhdjjfabpohbaonlepcofcofpamd |
| Descripción | The best timepiece for the new tab page |
| Tamaño del Archivo | 52.83 KB |
| Cantidad de Instalaciones | 22 |
| Versión Actual | 1.4 |
| Última Actualización | 2018-04-09 |
| Fecha de Publicación | 2018-04-08 |
| Calificación | 5.00/5 Total de 2 Calificaciones |
| Desarrollador | Dakota Larson |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Idiomas Soportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ChronoTab: The Best New Tab Clock",
"short_name": "ChronoTab",
"author": "Dakota Larson",
"description": "The best timepiece for the new tab page",
"version": "1.4",
"icons": {
"16": ".\/res\/clock_16.png",
"24": ".\/res\/clock_24.png",
"32": ".\/res\/clock_32.png",
"48": ".\/res\/clock_48.png",
"64": ".\/res\/clock_64.png",
"128": ".\/res\/clock_128.png",
"256": ".\/res\/clock_256.png"
},
"chrome_url_overrides": {
"newtab": "clock.html"
},
"browser_action": {
"default_popup": "popup.html"
}
} | |