Empty New Tab Page
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
什么是Empty New Tab Page?
Empty New Tab Page是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.”。
扩展截图
下载Empty New Tab Page扩展crx文件
下载Empty New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For those who don't want to worry which recently visited pages show up on the new tab page, who prefer plain over noisy, simple over complex. Version 1.2.0 adds dark mode support.
扩展基本信息
名称 | Empty New Tab Page |
ID | dpjamkmjmigaoobjbekmfgabipmfilij |
官方URL | https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij |
简介 | With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. |
文件大小 | 10.61 KB |
安装次数 | 198,868 |
当前版本 | 1.2.0 |
更新时间 | 2021-09-14 |
上架时间 | 2019-05-13 |
评分 | 4.40/5 共1183次评分 |
开发者 | [email protected] |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Empty New Tab Page", "version": "1.2.0", "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.", "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "empty_ntp.html" } } |