Kluk
Kluk is the new tab clock.
Cos'è Kluk?
Kluk è un'estensione di Chrome sviluppata da graypinker, e la sua funzione principale è "Kluk is the new tab clock.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kluk
Scarica i file di estensione Kluk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Kluk |
ID | obanalcjjhlhikmhfkeifieifjbpnchg |
URL Ufficiale | https://chromewebstore.google.com/detail/kluk/obanalcjjhlhikmhfkeifieifjbpnchg |
Descrizione | Kluk is the new tab clock. |
Dimensione del File | 45.03 KB |
Conteggio Installazioni | 4,431 |
Versione Corrente | 1.0.9 |
Ultimo Aggiornamento | 2020-08-22 |
Data di Pubblicazione | 2020-08-21 |
Valutazione | 4.75/5 Totale 28 Valutazioni |
Sviluppatore | graypinker |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |