LASTab
Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.
Co je LASTab?
LASTab je rozšíření Chrome vyvinuté Sam Larison, a jeho hlavní funkcí je „Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření LASTab
Stáhněte si soubory rozšíření LASTab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | mjjejoceeofebhjldgahefongldeffha |
Oficiální URL | https://chromewebstore.google.com/detail/lastab/mjjejoceeofebhjldgahefongldeffha |
Popis | Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed. |
Velikost souboru | 19.55 KB |
Počet instalací | 254 |
Aktuální Verze | 0.0.1.4 |
Poslední Aktualizace | 2013-06-22 |
Datum Vydání | 2013-06-22 |
Hodnocení | 4.45/5 Celkem 11 Hodnocení |
Vývojář | Sam Larison |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://chrome.google.com/extensions/detail/ehdbaonmnanalnmmlkgdnkkcdlppjhhc |
URL Stránky Zásad Ochrany Soukromí | http://vidsbee.com/ColorPick/Privacy |
Podporované Jazyky | 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" } |