DayCountDown
show the countdown of day a new tab
什么是DayCountDown?
DayCountDown是由ShulinChen开发的Chrome扩展程序,该扩展的主要功能是“show the countdown of day a new tab”。
扩展截图
下载DayCountDown扩展crx文件
下载DayCountDown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
countdown of the day in a new Tab to increase user's productivity.
扩展基本信息
名称 | DayCountDown |
ID | gldjpdjepgkghlcbfmhgflhhefipahcb |
官方URL | https://chromewebstore.google.com/detail/daycountdown/gldjpdjepgkghlcbfmhgflhhefipahcb |
简介 | show the countdown of day a new tab |
文件大小 | 66.84 KB |
安装次数 | 29 |
当前版本 | 1.0.1 |
更新时间 | 2015-10-11 |
上架时间 | 2015-10-11 |
评分 | 3.40/5 共5次评分 |
开发者 | ShulinChen |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DayCountDown", "version": "1.0.1", "description": "show the countdown of day a new tab", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "offline_enabled": true, "permissions": [ "https:\/\/ssl.google-analytics.com\/ga.js", "*:\/\/*.googleapis.com\/*", "storage" ] } |