Tab Closer and Selector

Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!

What is Tab Closer and Selector?

Tab Closer and Selector is a Chrome extension developed by llae.dev, and its main feature is "Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tab Closer and Selector Extension CRX File

Download Tab Closer and Selector 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

                        Have too many tabs opened? This extension allows you to easily manage and navigate through your Chrome tabs! It shows you the names of all the tabs that you currently have opened. Then, you can select tabs to close, select windows to close, or bring yourself to a certain tab.                    

Extension Basic Information

Name Tab Closer and Selector Tab Closer and Selector
ID anoodphkcgbgfdaiiljnngkboogckpnb
Official URL https://chrome.google.com/webstore/detail/tab-closer-and-selector/anoodphkcgbgfdaiiljnngkboogckpnb
Description Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!
File Size 128 KB
Installation Count 349
Current Version 1.3
Last Updated 2020-08-18
Publish Date 2020-07-02
Rating 4.43/5 Total 7 Ratings
Developer llae.dev
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background\/background-context-menu.js"
        ]
    },
    "browser_action": {
        "default_icon": [],
        "default_popup": "popup\/popup.html",
        "default_title": "Tab Closer and Selector"
    },
    "description": "Easily manage & navigate through your tabs \u2014 close your tabs or bring youself to a selected tab!",
    "icons": {
        "128": "images\/logo128.png",
        "16": "images\/logo16.png",
        "48": "images\/logo48.png"
    },
    "manifest_version": 2,
    "name": "Tab Closer and Selector",
    "permissions": [
        "tabs"
    ],
    "version": "1.3"
}