New Tab
Create a blank new tab without any existing content.
什么是New Tab?
New Tab是由https://blank-tab.freefinancetools.net开发的Chrome扩展程序,该扩展的主要功能是“Create a blank new tab without any existing content.”。
扩展截图
下载New Tab扩展crx文件
下载New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create a blank new tab without any existing content in chrome.
This plugin makes the new tab page complete blank. 扩展基本信息
| 名称 | |
| ID | iaccodjlnfpdhjncllhaamifeglhhmdj |
| 官方URL | https://chromewebstore.google.com/detail/new-tab/iaccodjlnfpdhjncllhaamifeglhhmdj |
| 简介 | Create a blank new tab without any existing content. |
| 文件大小 | 80.97 KB |
| 安装次数 | 2,731 |
| 当前版本 | 3.0.1 |
| 更新时间 | 2022-10-12 |
| 上架时间 | 2020-07-15 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | https://blank-tab.freefinancetools.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://blank-tab.freefinancetools.net |
| 支持的语言 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_AppName__",
"version": "3.0.1",
"container": [
"GOOGLE_DRIVE"
],
"offline_enabled": true,
"description": "__MSG_AppDesc__",
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "ui\/newtab.html"
},
"action": {
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png",
"512": "icons\/icon-512.png"
},
"default_title": "__MSG_AppName__"
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png",
"512": "icons\/icon-512.png"
},
"background": {
"service_worker": "\/js\/worker.js"
},
"homepage_url": "https:\/\/blank-tab.freefinancetools.net\/"
} | |