Now
A simple New Tab page that displays the time and date.
什么是Now?
Now是由Stephen Leitnick开发的Chrome扩展程序,该扩展的主要功能是“A simple New Tab page that displays the time and date.”。
扩展截图
下载Now扩展crx文件
下载Now扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Now is a New Tab extension that displays the current time and date. That's it! 扩展基本信息
| 名称 | |
| ID | pholgifcjokhbnemjdapeaaaohhejdca |
| 官方URL | https://chromewebstore.google.com/detail/now/pholgifcjokhbnemjdapeaaaohhejdca |
| 简介 | A simple New Tab page that displays the time and date. |
| 文件大小 | 399 KB |
| 安装次数 | 57 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2021-12-02 |
| 上架时间 | 2017-03-22 |
| 评分 | 4.40/5 共5次评分 |
| 开发者 | Stephen Leitnick |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Now",
"description": "A simple New Tab page that displays the time and date.",
"version": "1.1.1",
"permissions": [
"storage"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "now.html"
}
} | |