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 |
| 官方網址 | 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"
} | |