Live On

keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.

Live On란 무엇입니까?

Live On은(는) theQxQ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left."입니다.

확장 프로그램 스크린샷

screenshot

Live On 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        keep you from accidentally closing chrome from closing the last tab. this extension auto adds a pinned tab when you are on you last tab. as soon as you open a new tab, the pinned tab closes.

this extension was made using "keep last two tabs" code. if you don't like the way this extension works or you want some settings that you can set, try "keep last two tabs".

also note that this extensions is unlikely to be updated anymore, but they are open source, so if you really want a feature, you can go ahead and add it. it is also under the mit license, so feel free to fork the code and use it any way you want.

created by Evacle ([email protected]). please comment if you found any glitches or if you have some ideas you want to see in this extension.                    

확장 프로그램 기본 정보

이름 Live On Live On
ID oficfgdfeoknbjfhommlpiekdapmnebh
공식 URL https://chromewebstore.google.com/detail/live-on/oficfgdfeoknbjfhommlpiekdapmnebh
설명 keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.
파일 크기 26.5 KB
설치 횟수 40,000
현재 버전 0.3
최근 업데이트 2013-09-07
출시 날짜 2013-09-06
평점 4.58/5 총 33 개의 평점
개발자 theQxQ
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live On",
    "manifest_version": 2,
    "version": "0.3",
    "description": "keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}