Keep Last Two Tabs
This extension keep last two tabs to prevent Chrome quits when last tab is closed.
Keep Last Two Tabs란 무엇입니까?
Keep Last Two Tabs은(는) livibetter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension keep last two tabs to prevent Chrome quits when last tab is closed."입니다.
확장 프로그램 스크린샷
Keep Last Two Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a silly extension. It's made to prevent Chrome quits when you close last tab. But it's not really work as you may expect. It keeps you Chrome has at least two tabs. Because *intercepting* last tab closing is not possible without JavaScript injection into webpages, therefore this is one possible way to get around. Options: * Automatically select newly created tab. * Automatically pin newly created tab when there is no pinned tabs. (v0.4.1+) * Automatically close New Tab tabs after opening a new tab. * Open custom page. (v0.5) * Support Chrome Sync. (v0.6) This extension is an Open Source project, licensed under the MIT License. You can find it via Website link. *** Note: I don't read reviews, if you have problem with KLTT, report via Support link ***
확장 프로그램 기본 정보
이름 | Keep Last Two Tabs |
ID | fcnmaiiahjldikaollhjobhchdbhfhgf |
공식 URL | https://chromewebstore.google.com/detail/keep-last-two-tabs/fcnmaiiahjldikaollhjobhchdbhfhgf |
설명 | This extension keep last two tabs to prevent Chrome quits when last tab is closed. |
파일 크기 | 102 KB |
설치 횟수 | 6,705 |
현재 버전 | 0.6 |
최근 업데이트 | 2013-03-17 |
출시 날짜 | 2013-03-17 |
평점 | 4.34/5 총 70 개의 평점 |
개발자 | livibetter |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/livibetter/KLTT |
도움말 페이지 URL | https://github.com/livibetter/KLTT/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keep Last Two Tabs", "version": "0.6", "description": "This extension keep last two tabs to prevent Chrome quits when last tab is closed.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "manifest_version": 2 } |