Kluk

Kluk is the new tab clock.

Qu'est-ce que Kluk ?

Kluk est une extension Chrome développée par graypinker, et sa fonction principale est "Kluk is the new tab clock.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Kluk

Téléchargez les fichiers d'extension Kluk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Kluk Kluk
ID obanalcjjhlhikmhfkeifieifjbpnchg
URL Officiel https://chromewebstore.google.com/detail/kluk/obanalcjjhlhikmhfkeifieifjbpnchg
Description Kluk is the new tab clock.
Taille du Fichier 45.03 KB
Nombre d'Installations 4,431
Version Actuelle 1.0.9
Dernière Mise à Jour 2020-08-22
Date de Publication 2020-08-21
Évaluation 4.75/5 Total 28 Évaluations
Développeur graypinker
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}