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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LASTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम LASTab LASTab
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"
}