Kluk
Kluk is the new tab clock.
什麼是Kluk?
Kluk是由graypinker開發的Chrome擴展程式,該擴展的主要功能是“Kluk is the new tab clock.”。
擴展截圖
下載Kluk擴展crx文件
下載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 |
ID | obanalcjjhlhikmhfkeifieifjbpnchg |
官方網址 | 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" } } |