Days Until (Days Countdown)
Displays the number of days until a specified date right in the toolbar. (Days Countdown)
什么是Days Until (Days Countdown)?
Days Until (Days Countdown)是由usefulwebtech开发的Chrome扩展程序,该扩展的主要功能是“Displays the number of days until a specified date right in the toolbar. (Days Countdown)”。
扩展截图
下载Days Until (Days Countdown)扩展crx文件
下载Days Until (Days Countdown)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It's a countdown for days that is ALWAYS visible right in your Chrome toolbar, next to where you type your URLs. Helps you track the number of days left until an important day that you have been waiting for. Set a deadline for your Goals! Keep track of days remaining! Easily change the date and event name by clicking on the extension logo. This also syncs between browsers. Like if you login to same chrome account on two different PCs, it'll show the same results! Chase the date! (Days Until / Days Left / Days to go / Countdown Days / Count Days / How many days until? / Deadline / Goals deadline/ Day Countdown / Days remaining / Remaining days)
扩展基本信息
名称 | Days Until (Days Countdown) |
ID | eddnhnjblfligfijgckclhnkmilmdhij |
官方URL | https://chromewebstore.google.com/detail/days-until-days-countdown/eddnhnjblfligfijgckclhnkmilmdhij |
简介 | Displays the number of days until a specified date right in the toolbar. (Days Countdown) |
文件大小 | 17.64 KB |
安装次数 | 35,905 |
当前版本 | 1.52 |
更新时间 | 2022-12-24 |
上架时间 | 2020-03-08 |
评分 | 3.48/5 共42次评分 |
开发者 | usefulwebtech |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Click here to set the date" }, "description": "Displays the number of days until a specified date right in the toolbar. (Days Countdown)", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 3, "name": "Days Until (Days Countdown)", "permissions": [ "storage" ], "short_name": "Days Until", "version": "1.52" } |