Word Clock
A beautiful word clock that replaces the default New Tab interface.
Word Clock란 무엇입니까?
Word Clock은(는) Chris Dalke에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A beautiful word clock that replaces the default New Tab interface."입니다.
확장 프로그램 스크린샷
Word Clock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Word Clock is a simple, beautiful background for your new tab screen. The extension replaces the new tab screen with a Grid-style word clock, with words that light up to show the current time. Coming Soon: -24 hour time -Support for time zones besides the client time -Customizable color palette for background Please leave a rating!
확장 프로그램 기본 정보
이름 | |
ID | ephnjjcgghfoadekcfjmflbikcjcglmm |
공식 URL | https://chrome.google.com/webstore/detail/word-clock/ephnjjcgghfoadekcfjmflbikcjcglmm |
설명 | A beautiful word clock that replaces the default New Tab interface. |
파일 크기 | 1.32 MB |
설치 횟수 | 86 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-05-30 |
출시 날짜 | 2016-05-30 |
평점 | 3.75/5 총 4 개의 평점 |
개발자 | Chris Dalke |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Clock", "short_name": "Word Clock", "version": "1.0", "description": "A beautiful word clock that replaces the default New Tab interface.", "author": "Chris Dalke", "icons": { "48": "static\/img\/icon48.png", "128": "static\/img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.htm" } } |