Funkyclock
Displays the current time and date in different exceptional ways. Also provides a unique alarm function
O que é Funkyclock?
Funkyclock é uma extensão do Chrome desenvolvida por @E#i°, e sua principal característica é "Displays the current time and date in different exceptional ways. Also provides a unique alarm function".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Funkyclock
Baixe arquivos de extensão Funkyclock 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
This extension represents a digital clock which displays the current time and date. It's customizable and contains some nice animations and styles. Just try it out! For all who just want to enjoy the browsing and not constantly see the time. |||||||||||||||||||||||||||||||||| Following languages are supported: ||| English ||| Deutsch ||| Français ||| Italiano ||| Español ||| Suomi ||| Norske ||| Svenskt ||| Dansk ||| Nederlands Feedback and improvement suggestions: ||| [email protected] ||||||||||||||||||||||||||||||||||
Informações Básicas da Extensão
Nome | |
ID | ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
URL Oficial | https://chrome.google.com/webstore/detail/funkyclock/ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
Descrição | Displays the current time and date in different exceptional ways. Also provides a unique alarm function |
Tamanho do Arquivo | 405 KB |
Contagem de Instalações | 199 |
Versão Atual | 2.1 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 4.30/5 Total de 10 Avaliações |
Desenvolvedor | @E#i° |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Funkyclock", "version": "2.1", "manifest_version": 2, "description": "Displays the current time and date in different exceptional ways. Also provides a unique alarm function", "browser_action": { "default_icon": "funkyclock.png", "default_popup": "funkyclock.html" }, "background": { "scripts": [ "background.js" ] }, "sandbox": { "pages": [ "raphael.js" ] }, "permissions": [ "notifications", "background" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icons\/funkyclocksmall.png", "48": "icons\/funkyclockmedium.png", "128": "icons\/funkyclockbig.png" }, "offline_enabled": true } |