Word Clock (Extension)
A clock that displays fuzzy time in a artistic style. Now in bite-size!
什麼是Word Clock (Extension)?
Word Clock (Extension)是由https://phamous-apps.com開發的Chrome擴展程式,該擴展的主要功能是“A clock that displays fuzzy time in a artistic style. Now in bite-size!”。
擴展截圖
下載Word Clock (Extension)擴展crx文件
下載Word Clock (Extension)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension version adds a toolbar button to pop up a small version of the clock. If you prefer the full-screen app version, that is available in the marketplace as well at: https://chrome.google.com/webstore/detail/bidgliphbkpjmmockfmojihnodbgonlp
It kind of tells time. It only exists because it looks cool telling time. Just leave it open and let passer-bys gasp in wonder as you proudly show off this awesome clock. This app is based on an Instructables that described building an actual word clock using LEDs. I thought to myself "I could write an app like that" so I did. This project was a learning experience on HTML5, CSS3, and JQuery. 擴展基本資訊
| 名稱 | |
| ID | eidbaogoghpbdhmoeofgchejbdopppgm |
| 官方網址 | https://chromewebstore.google.com/detail/word-clock-extension/eidbaogoghpbdhmoeofgchejbdopppgm |
| 簡介 | A clock that displays fuzzy time in a artistic style. Now in bite-size! |
| 檔案大小 | 39.01 KB |
| 安裝次數 | 187 |
| 目前版本 | 1.3 |
| 更新時間 | 2013-06-22 |
| 上架時間 | 2013-06-22 |
| 評分 | 4.00/5 共 6 次評分 |
| 開發者 | https://phamous-apps.com |
| 付費類型 | free |
| 擴展官網 | http://wordclock.phamous-apps.com |
| 說明頁面URL | http://wordclock.phamous-apps.com |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Word Clock (Extension)",
"version": "1.3",
"manifest_version": 2,
"description": "A clock that displays fuzzy time in a artistic style. Now in bite-size!",
"default locale": "en",
"browser_action": {
"default_icon": "icon_16.png",
"default_popup": "wordClock.html"
},
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
}
} | |