Love Clock
Bring joy to your life every time you open a new tab with this beautiful animated clock.
O que é Love Clock?
Love Clock é uma extensão do Chrome desenvolvida por http://studiolovelock.com, e sua principal característica é "Bring joy to your life every time you open a new tab with this beautiful animated clock.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Love Clock
Baixe arquivos de extensão Love Clock no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Bring joy to your life every time you open a new tab with this beautiful animated clock.
Informações Básicas da Extensão
Nome | |
ID | eeoomklcfgfgdhmikcglnfiobbpgbefh |
URL Oficial | https://chrome.google.com/webstore/detail/love-clock/eeoomklcfgfgdhmikcglnfiobbpgbefh |
Descrição | Bring joy to your life every time you open a new tab with this beautiful animated clock. |
Tamanho do Arquivo | 3.56 MB |
Contagem de Instalações | 1,000 |
Versão Atual | 0.0.0.2 |
Última Atualização | 2016-04-22 |
Data de Publicação | 2016-04-22 |
Classificação | 3.38/5 Total de 16 Avaliações |
Desenvolvedor | http://studiolovelock.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.studiolovelock.com/loveclock/ |
Idiomas Suportados | 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" } } |