Kluk

Kluk is the new tab clock.

Wat is Kluk?

Kluk is een Chrome-extensie ontwikkeld door graypinker, en de belangrijkste functie is "Kluk is the new tab clock.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Kluk

Download Kluk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Kluk Kluk
ID obanalcjjhlhikmhfkeifieifjbpnchg
Officiële URL https://chromewebstore.google.com/detail/kluk/obanalcjjhlhikmhfkeifieifjbpnchg
Beschrijving Kluk is the new tab clock.
Bestandsgrootte 45.03 KB
Aantal Installaties 4,431
Huidige Versie 1.0.9
Laatst Bijgewerkt 2020-08-22
Publicatiedatum 2020-08-21
Beoordeling 4.75/5 Totaal 28 Beoordelingen
Ontwikkelaar graypinker
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}