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.
拡張機能の基本情報
名前 | Word Clock (Extension) |
ID | eidbaogoghpbdhmoeofgchejbdopppgm |
公式URL | 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" } } |