Word Clock
A beautiful word clock that replaces the default New Tab interface.
什麼是Word Clock?
Word Clock是由Chris Dalke開發的Chrome擴展程式,該擴展的主要功能是“A beautiful word clock that replaces the default New Tab interface.”。
擴展截圖
下載Word Clock擴展crx文件
下載Word Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Word Clock is a simple, beautiful background for your new tab screen. The extension replaces the new tab screen with a Grid-style word clock, with words that light up to show the current time. Coming Soon: -24 hour time -Support for time zones besides the client time -Customizable color palette for background Please leave a rating!
擴展基本資訊
名稱 | |
ID | ephnjjcgghfoadekcfjmflbikcjcglmm |
官方網址 | https://chrome.google.com/webstore/detail/word-clock/ephnjjcgghfoadekcfjmflbikcjcglmm |
簡介 | A beautiful word clock that replaces the default New Tab interface. |
檔案大小 | 1.32 MB |
安裝次數 | 86 |
目前版本 | 1.0 |
更新時間 | 2016-05-30 |
上架時間 | 2016-05-30 |
評分 | 3.75/5 共 4 次評分 |
開發者 | Chris Dalke |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Clock", "short_name": "Word Clock", "version": "1.0", "description": "A beautiful word clock that replaces the default New Tab interface.", "author": "Chris Dalke", "icons": { "48": "static\/img\/icon48.png", "128": "static\/img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.htm" } } |