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文件
下載LASTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |