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!”。

扩展截图

screenshot
screenshot

下载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) 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"
    }
}