Text Clock
Time as Text
Text Clockとは何ですか?
Text Clockはbillsearleによって開発されたChromeの拡張機能で、その主な機能は「Time as Text」です。
拡張機能のスクリーンショット
Text Clock拡張機能のCRXファイルをダウンロード
Text Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Text clock - readable time.
拡張機能の基本情報
名前 | Text Clock |
ID | caacmmeopdailkdlgkimndodjipilaha |
公式URL | https://chromewebstore.google.com/detail/text-clock/caacmmeopdailkdlgkimndodjipilaha |
説明 | Time as Text |
ファイルサイズ | 229 KB |
インストール数 | 169 |
現在のバージョン | 0.2 |
最終更新日 | 2015-03-20 |
公開日 | 2015-03-19 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | billsearle |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://billsearle.me |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text Clock", "description": "Time as Text", "version": "0.2", "offline_enabled": true, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" } } |