Don't Close Window With Last Tab

Prevent closing of Google Chrome with the last tab, the least intrusive way.

Don't Close Window With Last Tab란 무엇입니까?

Don't Close Window With Last Tab은(는) Marcel Dopita에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevent closing of Google Chrome with the last tab, the least intrusive way."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Don't Close Window With Last Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension keeps a single pinned page to prevent closing Chrome when the last tab of the last window is closed (or every window, it's configurable). To keep the tab bar clean (unlike other extensions), the pinned page is inserted only when absolutely necessary. It also handles well cases when tabs are moved between windows.

"Don't Close Window With Last Tab" provides no user interface or interaction for users. It only lets users configure additional configuration in "Options".

This extension is open source, to be found at: https://github.com/moneytoo/DontCloseWindowWithLastTab                    

확장 프로그램 기본 정보

이름 Don't Close Window With Last Tab Don't Close Window With Last Tab
ID dlnpfhfhmkiebpnlllpehlmklgdggbhn
공식 URL https://chromewebstore.google.com/detail/dont-close-window-with-la/dlnpfhfhmkiebpnlllpehlmklgdggbhn
설명 Prevent closing of Google Chrome with the last tab, the least intrusive way.
파일 크기 18.05 KB
설치 횟수 41,333
현재 버전 0.11
최근 업데이트 2022-06-05
출시 날짜 2017-09-05
평점 4.06/5 총 140 개의 평점
개발자 Marcel Dopita
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://brouken.com/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Don't Close Window With Last Tab",
    "version": "0.11",
    "description": "Prevent closing of Google Chrome with the last tab, the least intrusive way.",
    "manifest_version": 3,
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}