Count Down Timer
Simple count down timer - by govindpatel(https://github.com/govindpatel)
什么是Count Down Timer?
Count Down Timer是由https://patelgovind.blogspot.in开发的Chrome扩展程序,该扩展的主要功能是“Simple count down timer - by govindpatel(https://github.com/govindpatel)”。
扩展截图
下载Count Down Timer扩展crx文件
下载Count Down Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It is a very simple count down timer. I made this so that user who like less distraction can use it. It contain slider so that user can easily interact and set the time. It play audio and show notification for ~5 sec once the timer completes. The audio sound doesn't continue for long time so that user don't get too much distracted by that.
扩展基本信息
名称 | Count Down Timer |
ID | bffggfbgecbjiildkanipjifdpdfopci |
官方URL | https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci |
简介 | Simple count down timer - by govindpatel(https://github.com/govindpatel) |
文件大小 | 93.27 KB |
安装次数 | 629 |
当前版本 | 1.0 |
更新时间 | 2021-08-24 |
上架时间 | 2015-07-14 |
评分 | 4.25/5 共4次评分 |
开发者 | https://patelgovind.blogspot.in |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Count Down Timer", "description": "Simple count down timer - by govindpatel(https:\/\/github.com\/govindpatel)", "version": "1.0", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "res\/icon1.png", "default_popup": "popup.html", "default_title": "Count Down Timer" }, "icons": { "16": "res\/icon1.png", "48": "res\/icon32.png", "128": "res\/icon128.png" }, "permissions": [ "notifications" ] } |