Clock
A simple clock in the toolbar.
Clockとは何ですか?
Clockはonimaxによって開発されたChromeの拡張機能で、その主な機能は「A simple clock in the toolbar.」です。
拡張機能のスクリーンショット
Clock拡張機能のCRXファイルをダウンロード
Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A minimal clock as a clickable toolbar item.
拡張機能の基本情報
名前 | Clock |
ID | cpocpfccehgaoaefhgfgimjicohiecje |
公式URL | https://chromewebstore.google.com/detail/clock/cpocpfccehgaoaefhgfgimjicohiecje |
説明 | A simple clock in the toolbar. |
ファイルサイズ | 17.3 KB |
インストール数 | 895 |
現在のバージョン | 1.0 |
最終更新日 | 2019-03-12 |
公開日 | 2019-03-12 |
評価 | 4.50/5 合計 6 レビュー |
開発者 | onimax |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock", "version": "1.0", "description": "A simple clock in the toolbar.", "browser_action": { "default_title": "Clock", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/base.js", "js\/background.js" ], "persistent": true }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |