20 Minute Timer
20 Minute Timer is an alarm that fires after twenty minutes.
什麼是20 Minute Timer?
20 Minute Timer是由DMBFullstack開發的Chrome擴展程式,該擴展的主要功能是“20 Minute Timer is an alarm that fires after twenty minutes.”。
擴展截圖
下載20 Minute Timer擴展crx文件
下載20 Minute Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a 20 minute timer. It has a dual-purpose start/stop button and a reset button. When the popup is open the remaining time is visible and updated every second. A badge on the plugin's icon is visible when the timer is running and when the timer has finished. A zen bell sounds and a notification is generated when the timer elapses.
擴展基本資訊
名稱 | 20 Minute Timer |
ID | mjpefkiaapcahdnkgccllcplgafdjifj |
官方網址 | https://chromewebstore.google.com/detail/20-minute-timer/mjpefkiaapcahdnkgccllcplgafdjifj |
簡介 | 20 Minute Timer is an alarm that fires after twenty minutes. |
檔案大小 | 959 KB |
安裝次數 | 405 |
目前版本 | 1.0.1 |
更新時間 | 2016-04-09 |
上架時間 | 2016-04-09 |
評分 | 4.86/5 共 7 次評分 |
開發者 | DMBFullstack |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "20 Minute Timer", "short_name": "20 Minute Timer", "description": "20 Minute Timer is an alarm that fires after twenty minutes.", "version": "1.0.1", "author": "DMBFullstack", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "20 Minute Timer" }, "permissions": [ "notifications", "alarms", "storage" ], "web_accessible_resources": [ "icon.png" ], "background": { "page": "eventPage.html", "persistent": false }, "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" } } |