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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sam Larison, και η κύρια λειτουργία του είναι "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LASTab
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" } |