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 |
Eメール | [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" } } |