Blank New Tab Page
Override the default new tab page with blank page.
什么是Blank New Tab Page?
Blank New Tab Page是由Jarek Foksa开发的Chrome扩展程序,该扩展的主要功能是“Override the default new tab page with blank page.”。
扩展截图
下载Blank New Tab Page扩展crx文件
下载Blank New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension prevents "Google search" page from showing up when you open a new tab. You can also disable the "Sign in to Chrome" page that is shown when you open a new Chrome window, just go to "chrome://settings" page, choose "Open a specific page or set of pages" and enter "chrome://newtab".
扩展基本信息
名称 | Blank New Tab Page |
ID | jaadjnlkjnhohljficgoddcjmndjfdmi |
官方URL | https://chromewebstore.google.com/detail/blank-new-tab-page/jaadjnlkjnhohljficgoddcjmndjfdmi |
简介 | Override the default new tab page with blank page. |
文件大小 | 4.4 KB |
安装次数 | 50,000 |
当前版本 | 1.2 |
更新时间 | 2023-12-12 |
上架时间 | 2016-03-23 |
评分 | 4.50/5 共46次评分 |
开发者 | Jarek Foksa |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://boxy-svg.com/legal |
支持的语言 | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "blank.html" }, "description": "Override the default new tab page with blank page.", "icons": { "128": "icon-128.png", "38": "icon-38.png" }, "incognito": "split", "manifest_version": 3, "name": "Blank New Tab Page", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |