Lightweight Alarm Clock, Timer & Countdown
Alarm clock, timer, and countdown with sound and desktop notification.
Lightweight Alarm Clock, Timer & Countdownとは何ですか?
Lightweight Alarm Clock, Timer & CountdownはAndy Zettによって開発されたChromeの拡張機能で、その主な機能は「Alarm clock, timer, and countdown with sound and desktop notification.」です。
拡張機能のスクリーンショット
Lightweight Alarm Clock, Timer & Countdown拡張機能のCRXファイルをダウンロード
Lightweight Alarm Clock, Timer & Countdown拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is a lightweight alarm clock, timer and countdown. You can set multiple alarm times with optional alarm messages. You can choose among several different alarm sounds and desktop notification. This extension has been optimized for lightweight, performance, and privacy. In contrast to many similar extensions, it uses no background resources (you can verify this with Chrome's built-in task manager) and no tracking software (Google Analytics, etc.). Change Log ========== Version 3.0.2 - Maximum number of alarms increased to 30.
拡張機能の基本情報
名前 | Lightweight Alarm Clock, Timer & Countdown |
ID | mmcdcdolfnjmabjmkkgegfldahfignip |
公式URL | https://chromewebstore.google.com/detail/lightweight-alarm-clock-t/mmcdcdolfnjmabjmkkgegfldahfignip |
説明 | Alarm clock, timer, and countdown with sound and desktop notification. |
ファイルサイズ | 1.61 MB |
インストール数 | 13,997 |
現在のバージョン | 3.0.2 |
最終更新日 | 2018-04-07 |
公開日 | 2018-04-07 |
評価 | 2.37/5 合計 191 レビュー |
開発者 | Andy Zett |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lightweight Alarm Clock, Timer & Countdown", "description": "Alarm clock, timer, and countdown with sound and desktop notification.", "version": "3.0.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": "alarm-clock-8-19.png", "default_title": "Alarm Clock & Timer", "default_popup": "popup.html" }, "icons": { "128": "alarm-clock-8-128.png", "16": "alarm-clock-8-16.png", "48": "alarm-clock-8-48.png" }, "web_accessible_resources": [ "alarm-clock-8-48.png" ], "permissions": [ "alarms", "notifications" ] } |