List All Tabs

show a list of all open tabs

Wat is List All Tabs?

List All Tabs is een Chrome-extensie ontwikkeld door lior99apps, en de belangrijkste functie is "show a list of all open tabs".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie List All Tabs

Download List All Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam List All Tabs List All Tabs
ID iklkoalaepbjckknpnklbipmplnipcid
Officiële URL https://chromewebstore.google.com/detail/list-all-tabs/iklkoalaepbjckknpnklbipmplnipcid
Beschrijving show a list of all open tabs
Bestandsgrootte 994 KB
Aantal Installaties 3,376
Huidige Versie 4.0.2
Laatst Bijgewerkt 2021-03-05
Publicatiedatum 2019-09-14
Beoordeling 4.50/5 Totaal 16 Beoordelingen
Ontwikkelaar lior99apps
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/lior99/see-all-tabs
Ondersteunde Talen 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"
            }
        }
    }
}