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."입니다.

확장 프로그램 스크린샷

screenshot

New Tab, New Window 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                     

확장 프로그램 기본 정보

이름 New Tab, New Window New Tab, New Window
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"
}