Last Tab Keepalive

Creates a new tab when the last tab is closed.

Last Tab Keepalive란 무엇입니까?

Last Tab Keepalive은(는) linshunghuang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates a new tab when the last tab is closed."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        ** This extension REQUIRES running as a "background app" when Google Chrome is closed **

Features:
 • Creates a new tab when the last tab is closed
 • Does not access any website data
 • Frees memory when inactive

Updates:
 • [9/2/13] Fix bugs
 • [9/4/13] Added Options page to set default window size                    

확장 프로그램 기본 정보

이름 Last Tab Keepalive Last Tab Keepalive
ID pekhngokoehglkdkciedpimjddpbkcod
공식 URL https://chromewebstore.google.com/detail/last-tab-keepalive/pekhngokoehglkdkciedpimjddpbkcod
설명 Creates a new tab when the last tab is closed.
파일 크기 8.49 KB
설치 횟수 1,493
현재 버전 1.3.7
최근 업데이트 2013-12-26
출시 날짜 2013-12-26
평점 2.88/5 총 67 개의 평점
개발자 linshunghuang
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.3.7",
    "name": "Last Tab Keepalive",
    "description": "Creates a new tab when the last tab is closed.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "offline_enabled": true,
    "permissions": [
        "background"
    ]
}