Timer
A clean, simple countown timer with visual and audible alarm.
Timerとは何ですか?
TimerはReasonable Systemsによって開発されたChromeの拡張機能で、その主な機能は「A clean, simple countown timer with visual and audible alarm.」です。
拡張機能のスクリーンショット
Timer拡張機能のCRXファイルをダウンロード
Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Timer provides a simple countdown timer for scheduling future events without fussiness. Great for tracking french press brewing schedules, the kids' video game sessions, and Pomodoro work units. It keeps running in the background and plays a pleasant chime and shows a notification when it finishes. Click on numbers to edit, tab to move between fields, spacebar to start and stop the timer. Click the bell icon to turn the alarm on or off and use the reset button to reset the timer to its most recent time.
拡張機能の基本情報
名前 | Timer |
ID | cmjaflcjfodgbadocmpelolnfneppipe |
公式URL | https://chromewebstore.google.com/detail/timer/cmjaflcjfodgbadocmpelolnfneppipe |
説明 | A clean, simple countown timer with visual and audible alarm. |
ファイルサイズ | 155 KB |
インストール数 | 2,698 |
現在のバージョン | 1.1.0 |
最終更新日 | 2020-02-01 |
公開日 | 2020-02-01 |
評価 | 3.57/5 合計 21 レビュー |
開発者 | Reasonable Systems |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/abachman/chrome-timer |
ヘルプページのURL | https://github.com/abachman/chrome-timer/wiki |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "version": "1.1.0", "description": "A clean, simple countown timer with visual and audible alarm.", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Timer", "default_popup": "fragments\/popup.html" }, "permissions": [ "notifications" ], "web_accessible_resources": [ "icons\/48.png", "assets\/wine-glass-alarm.ogg", "assets\/glyphicons-halflings.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |