New Tab Page with Date and Time
A redesigned new tab page that has a date and time.
什么是New Tab Page with Date and Time?
New Tab Page with Date and Time是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A redesigned new tab page that has a date and time.”。
扩展截图
下载New Tab Page with Date and Time扩展crx文件
下载New Tab Page with Date and Time扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | New Tab Page with Date and Time |
ID | jpfnggpejkdhnnjhcjnfecnjemmfinoc |
官方URL | https://chromewebstore.google.com/detail/new-tab-page-with-date-an/jpfnggpejkdhnnjhcjnfecnjemmfinoc |
简介 | A redesigned new tab page that has a date and time. |
文件大小 | 243 KB |
安装次数 | 68 |
当前版本 | 1.0 |
更新时间 | 2012-10-05 |
上架时间 | 2012-10-05 |
评分 | 4.00/5 共3次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Page with Date and Time", "version": "1.0", "manifest_version": 2, "description": "A redesigned new tab page that has a date and time.", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |