Last Tab

Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…

Last Tab क्या है?

Last Tab SnowDonut द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…"।

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

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

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

                        Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you were just working on. Can assign a shortcut to it to make it easily accessible.                    

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

नाम Last Tab Last Tab
ID ahjejhiehlhdhcgpifiappdhdjhbhcpf
आधिकारिक URL https://chromewebstore.google.com/detail/last-tab/ahjejhiehlhdhcgpifiappdhdjhbhcpf
विवरण Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…
फ़ाइल का आकार 81.62 KB
स्थापना संख्या 79
वर्तमान संस्करण 0.1
अंतिम अपडेट 2016-10-26
प्रकाशन तिथि 2016-10-26
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर SnowDonut
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Last Tab",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}