Binary clock
Simple icon for showing current time in binary format. Shows only hours and minutes
Binary clock란 무엇입니까?
Binary clock은(는) Dmitry Gryanko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple icon for showing current time in binary format. Shows only hours and minutes"입니다.
확장 프로그램 스크린샷
Binary clock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides small icon for showing current time in binary format. Two blocks represents hours and minutes. Green and blue respectively. Both blocks contain six bits. Lower bits are located in a column by 4 bits and 2 upper bits are location in a thin column of two bits.
확장 프로그램 기본 정보
이름 | Binary clock |
ID | hdckiccpppgmmdcpchoflmhjflaboedc |
공식 URL | https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc |
설명 | Simple icon for showing current time in binary format. Shows only hours and minutes |
파일 크기 | 4.98 KB |
설치 횟수 | 14 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-06-04 |
출시 날짜 | 2014-06-04 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Dmitry Gryanko |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Binary clock", "version": "1.0", "manifest_version": 2, "description": "Simple icon for showing current time in binary format. Shows only hours and minutes", "background": { "scripts": [ "js\/background\/icon.js" ] }, "browser_action": [], "icons": { "19": "img\/favicon-19.png", "48": "img\/favicon-48.png" } } |