Tab Closer and Selector

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

Was ist Tab Closer and Selector?

Tab Closer and Selector ist eine Chrome-Erweiterung, die von llae.dev entwickelt wurde, und ihr Hauptmerkmal ist "Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Tab Closer and Selector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Closer and Selector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tab Closer and Selector Tab Closer and Selector
ID anoodphkcgbgfdaiiljnngkboogckpnb
Offizielle URL https://chrome.google.com/webstore/detail/tab-closer-and-selector/anoodphkcgbgfdaiiljnngkboogckpnb
Beschreibung Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!
Dateigröße 128 KB
Installationsanzahl 349
Aktuelle Version 1.3
Letztes Update 2020-08-18
Veröffentlichungsdatum 2020-07-02
Bewertung 4.43/5 Insgesamt 7 Bewertungen
Entwickler llae.dev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}