Last Tab Keeper

This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.

Last Tab Keeper란 무엇입니까?

Last Tab Keeper은(는) prins에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension create a new tab automatically if last two tabs are not a new tab when a tab closed."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Last Tab Keeper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Would you like to open a new tab after closing last tab? It may be helpful.
This extension create a new tab automatically instead of your operation.

LastTabKeeper only creates a new tab when a last tab is not blank.
When you close a last tab blank, Chrome can quit. (as same as default behavior)

Note : This extension doesn't collect history data.

### Ver 1.2.5 ###
Minor change (to support Chrome v23 or later)                    

확장 프로그램 기본 정보

이름 Last Tab Keeper Last Tab Keeper
ID ogookjjcaobcijoblfjoneggmhdlppkc
공식 URL https://chromewebstore.google.com/detail/last-tab-keeper/ogookjjcaobcijoblfjoneggmhdlppkc
설명 This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.
파일 크기 15.04 KB
설치 횟수 9,315
현재 버전 1.2.5
최근 업데이트 2012-07-22
출시 날짜 2012-07-22
평점 2.96/5 총 69 개의 평점
개발자 prins
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Last Tab Keeper",
    "version": "1.2.5",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}