Word Clock (Extension)
A clock that displays fuzzy time in a artistic style. Now in bite-size!
Что такое Word Clock (Extension)?
Word Clock (Extension) - это расширение Chrome, разработанное https://phamous-apps.com, и его основная функция - "A clock that displays fuzzy time in a artistic style. Now in bite-size!".
Снимки экрана расширения
Скачать файл CRX расширения Word Clock (Extension)
Скачайте файлы расширений 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 |
| Официальный 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"
}
} | |