Kluk

Kluk is the new tab clock.

O que é Kluk?

Kluk é uma extensão do Chrome desenvolvida por graypinker, e sua principal característica é "Kluk is the new tab clock.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Kluk

Baixe arquivos de extensão Kluk 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

                        New tab allows you to see an analog clock when you open it. You can use it with 8 clock theme.
The themes were inspired by galaxies and orbits.  

This extention made with love! 
Designer : https://twitter.com/guvensozmen
Developer : https://twitter.com/zeyneppozdem 

Follow and feedback to us.                    

Informações Básicas da Extensão

Nome Kluk Kluk
ID obanalcjjhlhikmhfkeifieifjbpnchg
URL Oficial https://chromewebstore.google.com/detail/kluk/obanalcjjhlhikmhfkeifieifjbpnchg
Descrição Kluk is the new tab clock.
Tamanho do Arquivo 45.03 KB
Contagem de Instalações 4,431
Versão Atual 1.0.9
Última Atualização 2020-08-22
Data de Publicação 2020-08-21
Classificação 4.75/5 Total de 28 Avaliações
Desenvolvedor graypinker
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kluk",
    "description": "Kluk is the new tab clock.",
    "version": "1.0.9",
    "icons": {
        "128": "tab_icon.png"
    },
    "short_name": "Kluk",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "tab_icon.png",
        "default_title": "Have a good day"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}