LASTab
Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.
Qu'est-ce que LASTab ?
LASTab est une extension Chrome développée par Sam Larison, et sa fonction principale est "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LASTab
Téléchargez les fichiers d'extension LASTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mjjejoceeofebhjldgahefongldeffha |
URL Officiel | https://chromewebstore.google.com/detail/lastab/mjjejoceeofebhjldgahefongldeffha |
Description | Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed. |
Taille du Fichier | 19.55 KB |
Nombre d'Installations | 254 |
Version Actuelle | 0.0.1.4 |
Dernière Mise à Jour | 2013-06-22 |
Date de Publication | 2013-06-22 |
Évaluation | 4.45/5 Total 11 Évaluations |
Développeur | Sam Larison |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://chrome.google.com/extensions/detail/ehdbaonmnanalnmmlkgdnkkcdlppjhhc |
URL de la Page de Politique de Confidentialité | http://vidsbee.com/ColorPick/Privacy |
Langues Prises en Charge | 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" } |