Countdown
Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
什么是Countdown?
Countdown是由Kha Tran开发的Chrome扩展程序,该扩展的主要功能是“Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…”。
扩展截图
下载Countdown扩展crx文件
下载Countdown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will automatically repeat if you want. You will receive a reminder when it's on time. If you have any feedback or trouble email us at [email protected].
扩展基本信息
名称 | Countdown |
ID | oajaibohggffldmcmgffckjbicimdnej |
官方URL | https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej |
简介 | Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will… |
文件大小 | 74.22 KB |
安装次数 | 18 |
当前版本 | 1.0.5 |
更新时间 | 2019-11-22 |
上架时间 | 2019-11-21 |
评分 | 5.00/5 共1次评分 |
开发者 | Kha Tran |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "icons": { "16": "icon16.png", "128": "icon128.png" }, "version": "1.0.5", "manifest_version": 2, "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background.min.js" ], "persistent": true }, "permissions": [ "background", "notifications", "tabs", "storage" ] } |