Advanced tab killer

Tool for closing tabs that are right or left of current tab.

Advanced tab killer क्या है?

Advanced tab killer alexey-agk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool for closing tabs that are right or left of current tab."।

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

screenshot
screenshot

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

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

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

                        Extension allows you to quickly close tabs on the left or right of the current.
Click on the extension button. You will see a pop-up with slider. To close a tab to the right of the current tab, drag the slider to the right, to close the tabs on the left drag to left. 
You can also use the filter at the page address. For the first click the button with a triangle. Then select the level of filtering (default by domain). After drag the slider.                    

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

नाम Advanced tab killer Advanced tab killer
ID kmmmcmbbhfdabgpbdobcjnihbbpkogpn
आधिकारिक URL https://chromewebstore.google.com/detail/advanced-tab-killer/kmmmcmbbhfdabgpbdobcjnihbbpkogpn
विवरण Tool for closing tabs that are right or left of current tab.
फ़ाइल का आकार 23.5 KB
स्थापना संख्या 75
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2014-01-05
प्रकाशन तिथि 2014-01-05
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर alexey-agk
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced tab killer",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "Tool for closing tabs that are right or left of current tab.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "18": "icon_18.png",
        "19": "icon_19.png",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_title": "Advanced tab killer",
        "default_popup": "popup.html"
    }
}