New Tab, New Window
Open every new tab in a new window.
什么是New Tab, New Window?
New Tab, New Window是由Ozawa Masayuki开发的Chrome扩展程序,该扩展的主要功能是“Open every new tab in a new window.”。
扩展截图
下载New Tab, New Window扩展crx文件
下载New Tab, New Window扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It's not perfect, but it's the best approach for disabling tabbed browsing.
When you open a new tab, that tab will automatically move into a new window.
New in Version 3.4
* Migrate to Manifest V3 (No feature change)
New in Version 3.3
* Add "Maximize" option
Help Wanted:
Translators for languages other than English, Japanese, Italian, Norwegian, Spanish.
Please contact to me 扩展基本信息
| 名称 | |
| ID | dndlcbaomdoggooaficldplkcmkfpgff |
| 官方URL | https://chromewebstore.google.com/detail/new-tab-new-window/dndlcbaomdoggooaficldplkcmkfpgff |
| 简介 | Open every new tab in a new window. |
| 文件大小 | 23.75 KB |
| 安装次数 | 25,085 |
| 当前版本 | 3.4 |
| 更新时间 | 2022-04-04 |
| 上架时间 | 2017-08-10 |
| 评分 | 3.87/5 共122次评分 |
| 开发者 | Ozawa Masayuki |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/ozami/new-tab-new-window |
| 支持的语言 | en,no,es,it,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "3.4",
"description": "__MSG_extDescription__",
"background": {
"service_worker": "bg.js",
"type": "module"
},
"options_page": "options.html",
"permissions": [
"storage"
],
"default_locale": "en",
"icons": {
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"minimum_chrome_version": "92"
} | |