Close Current Tab Button

A close tab button adds to the toolbar.

Close Current Tab Button क्या है?

Close Current Tab Button Piak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A close tab button adds to the toolbar."।

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

screenshot

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

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

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

                        Single click close tab button adds to the toolbar. Useful when you have many tabs opened and need to close them faster.

Port Firefox add-ons to Chrome : Simple Close Tab button v1.2

Release Note:
1.0.2
- Remove unused initialize permission.                    

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

नाम Close Current Tab Button Close Current Tab Button
ID jpbiknamaihiojmalpahjdcoognffldc
आधिकारिक URL https://chromewebstore.google.com/detail/close-current-tab-button/jpbiknamaihiojmalpahjdcoognffldc
विवरण A close tab button adds to the toolbar.
फ़ाइल का आकार 5.58 KB
स्थापना संख्या 433
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-03-09
प्रकाशन तिथि 2023-03-09
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Piak
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Current Tab Button",
    "version": "1.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "description": "A close tab button adds to the toolbar.",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}