EasyClock
Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
EasyClock란 무엇입니까?
EasyClock은(는) Aaron Becker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen"입니다.
확장 프로그램 스크린샷
EasyClock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
EasyClock is a simple extension that adds a clock (shows on mouseover) in the bottom left-hand corner of your screen. But this clock has some features, including: *Double click clock to change color *Click clock to toggle seconds display *Press L on keyboard to toggle keeping the clock onscreen forever
확장 프로그램 기본 정보
이름 | EasyClock |
ID | aedanoabbbceoffbdkfdeccfpijfaoja |
공식 URL | https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja |
설명 | Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen |
파일 크기 | 13.16 KB |
설치 횟수 | 85 |
현재 버전 | 1.1.5 |
최근 업데이트 | 2016-09-11 |
출시 날짜 | 2016-09-10 |
개발자 | Aaron Becker |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasyClock", "manifest_version": 2, "version": "1.1.5", "author": "Aaron Becker", "description": "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen", "icons": { "128": "\/images\/icon.png" }, "web_accessible_resources": [ "easyclock.js" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "offline_enabled": true, "short_name": "EasyClock" } |