Sidebar Clock
Clock on browser sidebar
Sidebar Clock란 무엇입니까?
Sidebar Clock은(는) SuperExt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clock on browser sidebar"입니다.
확장 프로그램 스크린샷
Sidebar Clock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clock on browser sidebar. Requirements minimum chrome version: 114 More features on the way V1.0.2 - CLOCK [✔] - STOPWATCH [✔] - POMODORO [✔] - TIMER - ALARM CLOCK
확장 프로그램 기본 정보
이름 | Sidebar Clock |
ID | jhlfjalilcgcampkndjhlgkndedgoegg |
공식 URL | https://chromewebstore.google.com/detail/sidebar-clock/jhlfjalilcgcampkndjhlgkndedgoegg |
설명 | Clock on browser sidebar |
파일 크기 | 133 KB |
설치 횟수 | 66 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-05-15 |
출시 날짜 | 2023-05-10 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | SuperExt |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sidebar Clock", "description": "Clock on browser sidebar", "version": "1.0.2", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "scripts\/service-worker.js" }, "side_panel": { "default_path": "panel\/clock.html", "openPanelOnActionClick": true }, "action": { "default_title": "Click to open Sidebar Clock" }, "offline_enabled": true, "minimum_chrome_version": "114", "permissions": [ "sidePanel" ] } |