New Tab
A minimalist replacement for Chrome's New Tab page.
什么是New Tab?
New Tab是由Adam Schwartz开发的Chrome扩展程序,该扩展的主要功能是“A minimalist replacement for Chrome's New Tab page.”。
扩展截图
下载New Tab扩展crx文件
下载New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension replaces Chrome's New Tab page with a minimalist version which shows a blank white page and an imitation of the Bookmarks Bar. To recover the default New Tab page, simply remove the extension. 扩展基本信息
| 名称 | |
| ID | adcpijkmbecohfalcbafjgadfnpchhlg |
| 官方URL | https://chromewebstore.google.com/detail/new-tab/adcpijkmbecohfalcbafjgadfnpchhlg |
| 简介 | A minimalist replacement for Chrome's New Tab page. |
| 文件大小 | 11.29 KB |
| 安装次数 | 34,320 |
| 当前版本 | 14.0 |
| 更新时间 | 2022-09-06 |
| 上架时间 | 2018-11-08 |
| 评分 | 3.63/5 共141次评分 |
| 开发者 | Adam Schwartz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/adamschwartz/chrome-new-tab#readme |
| 帮助页面URL | https://github.com/adamschwartz/chrome-new-tab/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Adam Schwartz",
"name": "New Tab",
"version": "14.0",
"manifest_version": 2,
"minimum_chrome_version": "103",
"description": "A minimalist replacement for Chrome's New Tab page.",
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"32": "icons\/icon32.png",
"16": "icons\/icon16.png"
},
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"web_accessible_resources": [
"newtab.html"
]
} | |