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 là gì?
LASTab là một tiện ích mở rộng Chrome được phát triển bởi Sam Larison, và tính năng chính của nó là "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LASTab
Tải xuống các tệp mở rộng LASTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mjjejoceeofebhjldgahefongldeffha |
URL Chính Thức | https://chromewebstore.google.com/detail/lastab/mjjejoceeofebhjldgahefongldeffha |
Mô tả | Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed. |
Kích Thước Tệp | 19.55 KB |
Số Lần Cài Đặt | 254 |
Phiên Bản Hiện Tại | 0.0.1.4 |
Cập Nhật Lần Cuối | 2013-06-22 |
Ngày Phát Hành | 2013-06-22 |
Đánh Giá | 4.45/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Sam Larison |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://chrome.google.com/extensions/detail/ehdbaonmnanalnmmlkgdnkkcdlppjhhc |
URL Trang Chính Sách Bảo Mật | http://vidsbee.com/ColorPick/Privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |