Onlive Clock
An advanced online clock that includes an alarm clock, calendar, stopwatch, timer, kitchen timer, countdown, metronome.
Onlive Clock란 무엇입니까?
Onlive Clock은(는) https://onliveclock.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An advanced online clock that includes an alarm clock, calendar, stopwatch, timer, kitchen timer, countdown, metronome."입니다.
확장 프로그램 스크린샷
Onlive Clock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A set of free web applications that includes: - alarm clock; - calendar; - stopwatch; - timer; - kitchen timer; - countdown timer to any date; - Christmas countdown; - metronome; - widgets for embedding into other websites and blogs. All applications are very simple to use and at the same time have a lot of options. The alarm clock features includes: - built-in radio with many stations; - various kinds of clock (digital, LED, analog, flip); - multiple alarm signals, including video (YouTube-based) and talking wake up voice; - flexible configuration; - the set of background images and sounds; - cuckoo; - full-screen mode; - the ability to automatically open Web pages; - if your internet connection fails, the alarm clock will still work; - remembers the settings; - do not require registration; - absolutely free.
확장 프로그램 기본 정보
이름 | Onlive Clock |
ID | moddbcckaikhdnigidfcmaeelcobchpm |
공식 URL | https://chromewebstore.google.com/detail/onlive-clock/moddbcckaikhdnigidfcmaeelcobchpm |
설명 | An advanced online clock that includes an alarm clock, calendar, stopwatch, timer, kitchen timer, countdown, metronome. |
파일 크기 | 52.53 KB |
설치 횟수 | 62,728 |
현재 버전 | 3.0.0.1 |
최근 업데이트 | 2024-02-22 |
출시 날짜 | 2017-01-27 |
평점 | 4.09/5 총 766 개의 평점 |
개발자 | https://onliveclock.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://onliveclock.com |
도움말 페이지 URL | https://onliveclock.com/info/?p=help |
지원되는 언어 | id,de,en,fr,nl,vi,tr,es,it,pl,pt-BR,ru,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_lngExtTitle__", "version": "3.0.0.1", "description": "__MSG_lngExtDescription__", "default_locale": "en", "permissions": [], "background": { "service_worker": "scripts\/background.js" }, "action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |