HMS Clock
Hour-Minute-Second, Digital Clock
HMS Clock란 무엇입니까?
HMS Clock은(는) identityindecision에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hour-Minute-Second, Digital Clock"입니다.
확장 프로그램 스크린샷
HMS Clock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
One-click to view the exact time in your Chrome extension toolbar. Simple Features, No Fluff: - Present time, down to the second - Free to use and works offline - Adjust the clock's color - Toggle 12-24 hour time
확장 프로그램 기본 정보
이름 | HMS Clock |
ID | mbjkpklcjihpfbldfapoecehlibmfffk |
공식 URL | https://chromewebstore.google.com/detail/hms-clock/mbjkpklcjihpfbldfapoecehlibmfffk |
설명 | Hour-Minute-Second, Digital Clock |
파일 크기 | 217 KB |
설치 횟수 | 38 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2023-03-23 |
출시 날짜 | 2023-03-15 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | identityindecision |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/damsalem/ext-clock |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HMS Clock", "description": "Hour-Minute-Second, Digital Clock", "version": "1.1.1", "action": { "default_popup": "\/popup\/popup.html" }, "permissions": [ "storage" ], "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } } |