Word Clock (Extension)
A clock that displays fuzzy time in a artistic style. Now in bite-size!
Word Clock (Extension) là gì?
Word Clock (Extension) là một tiện ích mở rộng Chrome được phát triển bởi https://phamous-apps.com, và tính năng chính của nó là "A clock that displays fuzzy time in a artistic style. Now in bite-size!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Word Clock (Extension)
Tải xuống các tệp mở rộng Word Clock (Extension) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Word Clock (Extension) |
ID | eidbaogoghpbdhmoeofgchejbdopppgm |
URL Chính Thức | https://chromewebstore.google.com/detail/word-clock-extension/eidbaogoghpbdhmoeofgchejbdopppgm |
Mô tả | A clock that displays fuzzy time in a artistic style. Now in bite-size! |
Kích Thước Tệp | 39.01 KB |
Số Lần Cài Đặt | 187 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2013-06-22 |
Ngày Phát Hành | 2013-06-22 |
Đánh Giá | 4.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://phamous-apps.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://wordclock.phamous-apps.com |
URL Trang Trợ Giúp | http://wordclock.phamous-apps.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |