New Tab, New Window
Open every new tab in a new window.
What is New Tab, New Window?
New Tab, New Window is a Chrome extension developed by Ozawa Masayuki, and its main feature is "Open every new tab in a new window.".
Extension Screenshots
Download New Tab, New Window Extension CRX File
Download New Tab, New Window extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | New Tab, New Window |
ID | dndlcbaomdoggooaficldplkcmkfpgff |
Official URL | https://chromewebstore.google.com/detail/new-tab-new-window/dndlcbaomdoggooaficldplkcmkfpgff |
Description | Open every new tab in a new window. |
File Size | 23.75 KB |
Installation Count | 25,085 |
Current Version | 3.4 |
Last Updated | 2022-04-04 |
Publish Date | 2017-08-10 |
Rating | 3.87/5 Total 122 Ratings |
Developer | Ozawa Masayuki |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ozami/new-tab-new-window |
Supported Languages | 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" } |