List All Tabs

show a list of all open tabs

Was ist List All Tabs?

List All Tabs ist eine Chrome-Erweiterung, die von lior99apps entwickelt wurde, und ihr Hauptmerkmal ist "show a list of all open tabs".

Erweiterungsscreenshots

screenshot
screenshot

List All Tabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie List All Tabs-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

                        Display all open tabs as a list, allowing easy switching, closing and muting/unmuting

Changelog:
https://github.com/lior99/see-all-tabs/blob/master/CHANGELOG.MD

Github Repo: https://github.com/lior99/see-all-tabs                    

Grundlegende Informationen zur Erweiterung

Name List All Tabs List All Tabs
ID iklkoalaepbjckknpnklbipmplnipcid
Offizielle URL https://chromewebstore.google.com/detail/list-all-tabs/iklkoalaepbjckknpnklbipmplnipcid
Beschreibung show a list of all open tabs
Dateigröße 994 KB
Installationsanzahl 3,376
Aktuelle Version 4.0.2
Letztes Update 2021-03-05
Veröffentlichungsdatum 2019-09-14
Bewertung 4.50/5 Insgesamt 16 Bewertungen
Entwickler lior99apps
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/lior99/see-all-tabs
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "List All Tabs",
    "version": "4.0.2",
    "description": "show a list of all open tabs",
    "short_name": "List All Tabs",
    "author": "Lior Shtivelman",
    "permissions": [
        "tabs",
        "storage",
        "tabGroups"
    ],
    "options_page": "options.html",
    "action": {
        "default_icon": "images\/dark_version.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+U",
                "linux": "Ctrl+Shift+U",
                "windows": "Alt+Shift+U",
                "mac": "Ctrl+Shift+U"
            }
        }
    }
}