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 |
官方網址 | 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 |
電子郵箱 | [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" } } |