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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}