Day Countdown
Shows a day countdown to any number of dates
什么是Day Countdown?
Day Countdown是由Munsifali Rashid开发的Chrome扩展程序,该扩展的主要功能是“Shows a day countdown to any number of dates”。
扩展截图
下载Day Countdown扩展crx文件
下载Day Countdown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a new button to your toolbar to allow you to easily access a full calendar and see the number of days left to each date. Click on a date to add events, and see the number of days remaining until that date in your browser toolbar. Hovering over the button shows the event name.
扩展基本信息
名称 | Day Countdown |
ID | bppnoejpfijbepipidelnldkeffcffgj |
官方URL | https://chromewebstore.google.com/detail/day-countdown/bppnoejpfijbepipidelnldkeffcffgj |
简介 | Shows a day countdown to any number of dates |
文件大小 | 242 KB |
安装次数 | 327 |
当前版本 | 1.5.1 |
更新时间 | 2024-02-02 |
上架时间 | 2019-10-08 |
评分 | 5.00/5 共1次评分 |
开发者 | Munsifali Rashid |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://munr.github.io/day-countdown/privacy-policy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Day Countdown", "description": "Shows a day countdown to any number of dates", "version": "1.5.1.0", "icons": { "16": "public\/images\/calendar_16x16.png", "48": "public\/images\/calendar_48x48.png", "128": "public\/images\/calendar_128x128.png" }, "action": { "default_icon": { "16": "public\/images\/calendar_16x16.png", "48": "public\/images\/calendar_48x48.png", "128": "public\/images\/calendar_128x128.png" }, "default_title": "Day Countdown" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage", "alarms" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "images\/save_16x16.png", "images\/delete_16x16.png" ], "use_dynamic_url": false } ], "version_name": "1.5.1" } |