Days Left New Tab
A new tab page shows you the flying of time
什么是Days Left New Tab?
Days Left New Tab是由chris.h.peng开发的Chrome扩展程序,该扩展的主要功能是“A new tab page shows you the flying of time”。
扩展截图
下载Days Left New Tab扩展crx文件
下载Days Left New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1.1.0 Add "everyday mode". The passage of time is just like the flow of water ,which goes on day and night. --Confucious Time waits for no one. Enjoy it.
扩展基本信息
名称 | |
ID | emdccdmkpdcjbbeifnhmjieikaibegjn |
官方URL | https://chromewebstore.google.com/detail/days-left-new-tab/emdccdmkpdcjbbeifnhmjieikaibegjn |
简介 | A new tab page shows you the flying of time |
文件大小 | 15.57 KB |
安装次数 | 17 |
当前版本 | 1.1.0 |
更新时间 | 2019-04-29 |
上架时间 | 2019-04-29 |
评分 | 5.00/5 共1次评分 |
开发者 | chris.h.peng |
付费类型 | free |
扩展官网 | https://github.com/chris-peng/days-left-new-tab |
帮助页面URL | https://github.com/chris-peng/days-left-new-tab |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_pluginName__", "short_name": "__MSG_shortName__", "version": "1.1.0", "description": "__MSG_pluginDesc__", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "__MSG_shortName__: __MSG_pluginDesc__" }, "permissions": [ "storage", "http:\/\/suggestion.baidu.com\/" ], "homepage_url": "https:\/\/github.com\/chris-peng\/days-left-new-tab", "chrome_url_overrides": { "newtab": "index.html" }, "default_locale": "en", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |