Kluk

Kluk is the new tab clock.

Kluk क्या है?

Kluk graypinker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kluk is the new tab clock."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kluk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Kluk Kluk
ID obanalcjjhlhikmhfkeifieifjbpnchg
आधिकारिक URL https://chromewebstore.google.com/detail/kluk/obanalcjjhlhikmhfkeifieifjbpnchg
विवरण Kluk is the new tab clock.
फ़ाइल का आकार 45.03 KB
स्थापना संख्या 4,431
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2020-08-22
प्रकाशन तिथि 2020-08-21
रेटिंग 4.75/5 कुल 28 रेटिंग्स
डेवलपर graypinker
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}