Love Clock
Bring joy to your life every time you open a new tab with this beautiful animated clock.
¿Qué es Love Clock?
Love Clock es una extensión de Chrome desarrollada por http://studiolovelock.com, y su función principal es "Bring joy to your life every time you open a new tab with this beautiful animated clock.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Love Clock
Descarga archivos de extensión Love 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
Bring joy to your life every time you open a new tab with this beautiful animated clock.
Información Básica de la Extensión
Nombre | |
ID | eeoomklcfgfgdhmikcglnfiobbpgbefh |
URL Oficial | https://chrome.google.com/webstore/detail/love-clock/eeoomklcfgfgdhmikcglnfiobbpgbefh |
Descripción | Bring joy to your life every time you open a new tab with this beautiful animated clock. |
Tamaño del Archivo | 3.56 MB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 0.0.0.2 |
Última Actualización | 2016-04-22 |
Fecha de Publicación | 2016-04-22 |
Calificación | 3.38/5 Total de 16 Calificaciones |
Desarrollador | http://studiolovelock.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.studiolovelock.com/loveclock/ |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Love Clock", "description": "Bring joy to your life every time you open a new tab with this beautiful animated clock.", "version": "0.0.0.2", "chrome_url_overrides": { "newtab": "index.html" }, "web_accessible_resources": [ "img\/*", "css\/*", "js\/*", "fonts\/*" ], "background": { "scripts": [] }, "permissions": [], "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "32": "img\/favicon_32.ico", "64": "img\/favicon_64.ico" } } |