Day-Count Timer Extension
Counts the amount of days since or until a specified date (or multiple dates).
什么是Day-Count Timer Extension?
Day-Count Timer Extension是由linuscedergren开发的Chrome扩展程序,该扩展的主要功能是“Counts the amount of days since or until a specified date (or multiple dates).”。
扩展截图
下载Day-Count Timer Extension扩展crx文件
下载Day-Count Timer Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple extension which counts the amount of days since or until a specified date.
The extension icon will always display the amount of days between today and a specified date. 扩展基本信息
| 名称 | |
| ID | mhofelbafaechkdfmlpgcognpgnnhaaa |
| 官方URL | https://chromewebstore.google.com/detail/day-count-timer-extension/mhofelbafaechkdfmlpgcognpgnnhaaa |
| 简介 | Counts the amount of days since or until a specified date (or multiple dates). |
| 文件大小 | 625 KB |
| 安装次数 | 329 |
| 当前版本 | 2.3.2 |
| 更新时间 | 2023-02-14 |
| 上架时间 | 2020-09-27 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | linuscedergren |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Day-Count Timer Extension",
"version": "2.3.2",
"manifest_version": 3,
"description": "Counts the amount of days since or until a specified date (or multiple dates).",
"permissions": [
"storage"
],
"action": {
"default_popup": ".\/popup.html",
"default_icon": ".\/assets\/images\/icon.png"
},
"background": {
"service_worker": ".\/assets\/js\/background.js"
},
"icons": {
"128": ".\/assets\/images\/icon.png"
}
} | |