TabEraser

Context menu to close tabs in various clever ways.

What is TabEraser?

TabEraser is a Chrome extension developed by voy, and its main feature is "Context menu to close tabs in various clever ways.".

Extension Screenshots

screenshot

Download TabEraser Extension CRX File

Download TabEraser 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

                        This simple, yet useful extension allows you to close tabs on the same domain (*.example.com) or the same second-level domain (example.com). Optionally, you can keep you current tab open.                    

Extension Basic Information

Name TabEraser TabEraser
ID daaaifdfmdlfafaaaofcigdafnmioeco
Official URL https://chromewebstore.google.com/detail/taberaser/daaaifdfmdlfafaaaofcigdafnmioeco
Description Context menu to close tabs in various clever ways.
File Size 125 KB
Installation Count 79
Current Version 2.1.4
Last Updated 2021-05-15
Publish Date 2019-03-08
Rating 3.63/5 Total 8 Ratings
Developer voy
Email [email protected]
Payment Type free
Extension Website https://github.com/voy/chrome-close-tabs/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.1.4",
    "name": "TabEraser",
    "description": "Context menu to close tabs in various clever ways.",
    "homepage_url": "https:\/\/github.com\/voy\/chrome-close-tabs\/",
    "background": {
        "scripts": [
            "bundle.js"
        ]
    },
    "icons": {
        "128": "images\/close-tabs-128.png",
        "48": "images\/close-tabs-48.png",
        "32": "images\/close-tabs-32.png",
        "24": "images\/close-tabs-24.png",
        "16": "images\/close-tabs-16.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "tabs"
    ]
}