New Tab Countdown
Countdown time remaining in the day, week, month, year, or a custom date.
什么是New Tab Countdown?
New Tab Countdown是由Sebastian Liu开发的Chrome扩展程序,该扩展的主要功能是“Countdown time remaining in the day, week, month, year, or a custom date.”。
扩展截图
下载New Tab Countdown扩展crx文件
下载New Tab Countdown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
New Tab Countdown replaces the default new tab with customizable countdowns. You can add or remove countdowns, and can select a time remaining format (in seconds, minutes, hours, days, or weeks) and a specified end date (day, week, month, year, or a custom date and description) for each countdown.
扩展基本信息
名称 | New Tab Countdown |
ID | pbeiaielhjhfdpnonbbincehnanaehon |
官方URL | https://chromewebstore.google.com/detail/new-tab-countdown/pbeiaielhjhfdpnonbbincehnanaehon |
简介 | Countdown time remaining in the day, week, month, year, or a custom date. |
文件大小 | 1.07 MB |
安装次数 | 1,896 |
当前版本 | 2.3.3 |
更新时间 | 2019-03-22 |
上架时间 | 2019-03-22 |
评分 | 4.41/5 共27次评分 |
开发者 | Sebastian Liu |
付费类型 | free |
扩展官网 | https://new-tab-countdown.github.io/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Countdown", "description": "Countdown time remaining in the day, week, month, year, or a custom date.", "version": "2.3.3", "manifest_version": 2, "icons": { "48": "extension-icons\/Clock-48.png", "128": "extension-icons\/Clock-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |