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文件
下載Onlive Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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.                     擴展基本資訊
| 名稱 |  | 
| ID | moddbcckaikhdnigidfcmaeelcobchpm | 
| 官方網址 | 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"
    }
} | |