LASTab
Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.
LASTab란 무엇입니까?
LASTab은(는) Sam Larison에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed."입니다.
확장 프로그램 스크린샷
LASTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically selects the previously selected tab if you switch to a tab, and then close it. No longer will you be left at some random consecutive tab. Also works if you detach a tab from the current window you will return to your previous tab instead of next to the one you removed, Especially useful when you have so many tabs that you must view them before close, and you happen to guess right about which one to close, only to get lost in a sea of unlabeled tabs, forced to find which one you were just on.... well... not anymore.... If you need to manage more than just one previous tab try my other extension LasTabZ linked below.
확장 프로그램 기본 정보
이름 | |
ID | mjjejoceeofebhjldgahefongldeffha |
공식 URL | https://chromewebstore.google.com/detail/lastab/mjjejoceeofebhjldgahefongldeffha |
설명 | Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed. |
파일 크기 | 19.55 KB |
설치 횟수 | 254 |
현재 버전 | 0.0.1.4 |
최근 업데이트 | 2013-06-22 |
출시 날짜 | 2013-06-22 |
평점 | 4.45/5 총 11 개의 평점 |
개발자 | Sam Larison |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://chrome.google.com/extensions/detail/ehdbaonmnanalnmmlkgdnkkcdlppjhhc |
개인정보 보호 정책 페이지 URL | http://vidsbee.com/ColorPick/Privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.", "name": "LASTab", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "version": "0.0.1.4" } |