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