Tab Killer

Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!

What is Tab Killer?

Tab Killer is a Chrome extension developed by Lucian Grijincu, and its main feature is "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Tab Killer Extension CRX File

Download 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

                        Right click and choose what to close:
- duplicate tabs
- tabs to the left or right
- from the same or different domain or URL as the current one
- from the current domain, but with a part of the URL path identical                    

Extension Basic Information

Name Tab Killer Tab Killer
ID emoianadnmpcffipnfhddhdjchjcchhb
Official URL https://chromewebstore.google.com/detail/tab-killer/emoianadnmpcffipnfhddhdjchjcchhb
Description Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!
File Size 10.83 KB
Installation Count 459
Current Version 1.4
Last Updated 2017-01-24
Publish Date 2017-01-24
Rating 3.60/5 Total 10 Ratings
Developer Lucian Grijincu
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "tab-killer.html"
    },
    "description": "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!",
    "icons": {
        "128": "x-128.png"
    },
    "manifest_version": 2,
    "name": "Tab Killer",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.4"
}