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 |
官方網址 | 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 |
電子郵箱 | [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" } } |