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 |
公式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 |
Eメール | [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" } |