Advanced tab killer

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

What is Advanced tab killer?

Advanced tab killer is a Chrome extension developed by alexey-agk, and its main feature is "Tool for closing tabs that are right or left of current tab.".

Extension Screenshots

screenshot
screenshot

Download Advanced tab killer Extension CRX File

Download Advanced tab killer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Advanced tab killer Advanced tab killer
ID kmmmcmbbhfdabgpbdobcjnihbbpkogpn
Official URL https://chromewebstore.google.com/detail/advanced-tab-killer/kmmmcmbbhfdabgpbdobcjnihbbpkogpn
Description Tool for closing tabs that are right or left of current tab.
File Size 23.5 KB
Installation Count 75
Current Version 1.5.1
Last Updated 2014-01-05
Publish Date 2014-01-05
Rating 4.00/5 Total 1 Ratings
Developer alexey-agk
Payment Type free
Supported Languages 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"
    }
}