Color Clock
Clock that uses hex numbers to display the color that correlates with the exact time.
Color Clock란 무엇입니까?
Color Clock은(는) google에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clock that uses hex numbers to display the color that correlates with the exact time."입니다.
확장 프로그램 스크린샷
Color Clock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Color Clock extension will brighten up your day and your browser background according to the time. It uses the current time, converts it into a hexadecimal color value, and changes the background accordingly with colors range from #000000 to #235959, matching every second within a 24 hour period. The hour (first two numbers) represents the amount of red in the background, the minutes (third and fourth numbers) represents the amount of green in the background, and the seconds (fifth and sixth numbers) represents the amount of blue in the background. Never a boring moment with Color Clock. Get it here today . . .
확장 프로그램 기본 정보
이름 | |
ID | elkjgefanklhkjebfjfngcafjgjnfadh |
공식 URL | https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh |
설명 | Clock that uses hex numbers to display the color that correlates with the exact time. |
파일 크기 | 27 KB |
설치 횟수 | 15 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-08-24 |
출시 날짜 | 2015-08-24 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Clock", "description": "Clock that uses hex numbers to display the color that correlates with the exact time.", "version": "1.0", "incognito": "split", "chrome_url_overrides": { "newtab": "public\/index.html" } } |