Kluk

Kluk is the new tab clock.

Klukคืออะไร?

Kluk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย graypinker และคุณลักษณะหลักของมันคือ "Kluk is the new tab clock."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kluk

ดาวน์โหลดไฟล์ส่วนขยาย Kluk ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}