Set ABOUT:BLANK as NEW TAB page
Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.
什么是Set ABOUT:BLANK as NEW TAB page?
Set ABOUT:BLANK as NEW TAB page是由https://puvox.software开发的Chrome扩展程序,该扩展的主要功能是“Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.”。
扩展截图
下载Set ABOUT:BLANK as NEW TAB page扩展crx文件
下载Set ABOUT:BLANK as NEW TAB page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use this extension to have "about:blank" as your new tab page.
扩展基本信息
名称 | Set ABOUT:BLANK as NEW TAB page |
ID | amcfcgenknhnhicjonfnclkehkpfnfjl |
官方URL | https://chromewebstore.google.com/detail/set-aboutblank-as-new-tab/amcfcgenknhnhicjonfnclkehkpfnfjl |
简介 | Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab. |
文件大小 | 10.81 KB |
安装次数 | 72 |
当前版本 | 1.0.1 |
更新时间 | 2021-02-01 |
上架时间 | 2021-02-01 |
评分 | 5.00/5 共2次评分 |
开发者 | https://puvox.software |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://puvox.software |
隐私政策页面URL | https://puvox.software/info/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Set ABOUT:BLANK as NEW TAB page", "version": "1.0.1", "manifest_version": 2, "description": "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.", "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "empty.html" } } |