Simple Clock
A simple and efficient clock which can be used for productivity.
Simple Clockとは何ですか?
Simple ClockはFlare Devsによって開発されたChromeの拡張機能で、その主な機能は「A simple and efficient clock which can be used for productivity.」です。
拡張機能のスクリーンショット
Simple Clock拡張機能のCRXファイルをダウンロード
Simple Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple and elegant digital clock. It uses minimal design without much hassle. You can see the Day, Time and the Date. 拡張機能の基本情報
| 名前 | |
| ID | fngkigemfllijjloedplghepagidclef |
| 公式URL | https://chrome.google.com/webstore/detail/simple-clock/fngkigemfllijjloedplghepagidclef |
| 説明 | A simple and efficient clock which can be used for productivity. |
| ファイルサイズ | 32.27 KB |
| インストール数 | 20 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2019-05-24 |
| 公開日 | 2019-05-24 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Flare Devs |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_popup": "index.html",
"default_icon": "icons\/clock128.png"
},
"icons": {
"16": "icons\/clock16.png",
"32": "icons\/clock32.png",
"48": "icons\/clock48.png",
"128": "icons\/clock128.png"
},
"name": " Simple Clock",
"version": "1.0.0",
"description": " A simple and efficient clock which can be used for productivity.",
"manifest_version": 2,
"offline_enabled": true,
"content_security_policy": "style-src 'self';script-src 'self';object-src 'self'",
"permissions": [
"activeTab"
]
} | |