Close Other Tabs

Close other tabs with one click on the extension icon, via context menu or with keyboard shortcuts.

Close Other Tabs क्या है?

Close Other Tabs https://www.facebook.com/browservery द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Close other tabs with one click on the extension icon, via context menu or with keyboard shortcuts."।

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

screenshot

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

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

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

                        Allows you to close other tabs with one click on the extension icon. Right-clicking on the same icon brings context menu with additional options ("Close tabs to the right" and "Close tabs to the left"). 

The extension also supports keyboard shortcuts. Go to chrome://extensions/shortcuts to set them.
----------------------------------------------------------------
🖼️ Follow my Facebook page (more extensions): https://bit.ly/browservery
----------------------------------------------------------------
The icon image used in the extension: https://www.iconfinder.com/icons/309090/close_cross_delete_icon
The color and size of the image were changed.                    

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

नाम Close Other Tabs Close Other Tabs
ID higiahnfphokonkjalljdfgjhafdjbil
आधिकारिक URL https://chromewebstore.google.com/detail/close-other-tabs/higiahnfphokonkjalljdfgjhafdjbil
विवरण Close other tabs with one click on the extension icon, via context menu or with keyboard shortcuts.
फ़ाइल का आकार 17.42 KB
स्थापना संख्या 2,925
वर्तमान संस्करण 0.3.0
अंतिम अपडेट 2022-07-05
प्रकाशन तिथि 2019-11-18
रेटिंग 4.67/5 कुल 12 रेटिंग्स
डेवलपर https://www.facebook.com/browservery
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bit.ly/browservery
सहायता पृष्ठ URL https://bit.ly/browservery-support
गोपनीयता नीति पृष्ठ URL https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "0.3.0",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon32.png",
            "64": "icons\/icon64.png"
        }
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "commands": {
        "close_other_tabs": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "__MSG_close_other_tabs__"
        },
        "close_tabs_to_the_right": {
            "suggested_key": {
                "default": "Ctrl+Shift+3"
            },
            "description": "__MSG_close_tabs_to_the_right__"
        },
        "close_tabs_to_the_left": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "__MSG_close_tabs_to_the_left__"
        }
    }
}