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 |
官方URL | 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" } } |