Close Tabs To The Left

This extension allows the user to close chrome tabs to the left, with one press of the button

Close Tabs To The Left क्या है?

Close Tabs To The Left fr1sk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to close chrome tabs to the left, with one press of the button"।

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

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

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

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

                        On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!                    

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

नाम Close Tabs To The Left Close Tabs To The Left
ID aejaklcloiadinippijlaoidldfpbomi
आधिकारिक URL https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi
विवरण This extension allows the user to close chrome tabs to the left, with one press of the button
फ़ाइल का आकार 11.62 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.2
अंतिम अपडेट 2019-02-22
प्रकाशन तिथि 2019-02-22
डेवलपर fr1sk
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Close Tabs To The Left",
    "short_name": "CTTTL",
    "description": "This extension allows the user to close chrome tabs to the left, with one press of the button",
    "version": "1.2",
    "browser_action": {
        "default_icon": "resources\/icon.png"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}