CountDown Timer
Use to count the number of days,hours,sec remaining
什么是CountDown Timer?
CountDown Timer是由Sumit Shitole开发的Chrome扩展程序,该扩展的主要功能是“Use to count the number of days,hours,sec remaining”。
扩展截图
下载CountDown Timer扩展crx文件
下载CountDown Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Introducing our Chrome extension – a powerful countdown timer at your fingertips! Stay organized and boost productivity with our user-friendly timer. Set customizable countdowns for any task or event, whether it's a work deadline, study session, or a quick break. Enhance your time management skills and stay on track with this intuitive tool. Download now for a seamless countdown experience right in your browser!
We have updated the design of extension and added few features. 扩展基本信息
| 名称 | |
| ID | pajmmdmjkjjhogcgloaphjibbpdhmklp |
| 官方URL | https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp |
| 简介 | Use to count the number of days,hours,sec remaining |
| 文件大小 | 242 KB |
| 安装次数 | 1,437 |
| 当前版本 | 2.0 |
| 更新时间 | 2023-12-31 |
| 上架时间 | 2019-11-06 |
| 评分 | 4.67/5 共24次评分 |
| 开发者 | Sumit Shitole |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://linkedin.com/in/sumit-shitole/ |
| 帮助页面URL | https://github.com/SumitShitole |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CountDown Timer",
"version": "2.0",
"description": "Use to count the number of days,hours,sec remaining",
"icons": {
"16": "Icon.png",
"32": "Icon-32.png"
},
"action": {
"default_popup": "Counter.html",
"default_icon": "Icon.png"
},
"permissions": [
"storage",
"notifications"
],
"background": {
"service_worker": "js\/background.js"
}
} | |