Close Tabs to the Left

Adds a button to close all tabs to the left of the current tab.

Close Tabs to the Left क्या है?

Close Tabs to the Left Erik Humphrey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button to close all tabs to the left of the current tab."।

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

screenshot

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

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

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

                        Most browsers have the ability to right-click a tab and "Close tabs to the right", but not "Close tabs to the left"! This extension adds a button to the right of the address bar that all closes all tabs to the left of the current active tab.

Unlike most other extensions, it doesn't closed tabs you've pinned!                    

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

नाम Close Tabs to the Left Close Tabs to the Left
ID gggbppgpkegkkgjpmlbedgbmgomecmoj
आधिकारिक URL https://chromewebstore.google.com/detail/close-tabs-to-the-left/gggbppgpkegkkgjpmlbedgbmgomecmoj
विवरण Adds a button to close all tabs to the left of the current tab.
फ़ाइल का आकार 28.38 KB
स्थापना संख्या 4,498
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2021-05-11
प्रकाशन तिथि 2019-06-26
रेटिंग 4.59/5 कुल 29 रेटिंग्स
डेवलपर Erik Humphrey
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ErikHumphrey/close-tabs-to-the-left
सहायता पृष्ठ URL https://github.com/ErikHumphrey/close-tabs-to-the-left/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Erik Humphrey",
    "action": {
        "default_icon": {
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "Close tabs to the left"
    },
    "background": {
        "service_worker": "TabCloseScript.js"
    },
    "description": "Adds a button to close all tabs to the left of the current tab.",
    "icons": {
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "Close Tabs to the Left",
    "short_name": "Close Left",
    "version": "1.2.1"
}