Quick Tab

A quick way to find the tab you're looking for when you have lots of them open.

Cos'è Quick Tab?

Quick Tab è un'estensione di Chrome sviluppata da https://tomlerendu.uk, e la sua funzione principale è "A quick way to find the tab you're looking for when you have lots of them open.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Quick Tab

Scarica i file di estensione Quick Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Quick Tab provides a quick way to find the tab you're looking for among the many tabs you have open.

Features

- Open with keyboard shortcut
- Search tabs
- Navigate tabs with the arrow keys
- Close tabs with right mouse
- Switch between tabs

Want a feature added or found a bug? https://github.com/tomlerendu/Quick-Tab/issues                    

Informazioni di Base sull'Estensione

Nome Quick Tab Quick Tab
ID bdeifmcaonlafkglbdpbbhkeecjnkipo
URL Ufficiale https://chromewebstore.google.com/detail/quick-tab/bdeifmcaonlafkglbdpbbhkeecjnkipo
Descrizione A quick way to find the tab you're looking for when you have lots of them open.
Dimensione del File 519 KB
Conteggio Installazioni 6,844
Versione Corrente 5.3.1
Ultimo Aggiornamento 2020-06-30
Data di Pubblicazione 2020-06-30
Valutazione 4.18/5 Totale 98 Valutazioni
Sviluppatore https://tomlerendu.uk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tomlerendu/Quick-Tab
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Tab",
    "version": "5.3.1",
    "permissions": [
        "tabs",
        "storage"
    ],
    "minimum_chrome_version": "53",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Quick Tab",
        "default_popup": "index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+T",
                "mac": "Alt+T",
                "chromeos": "Alt+T",
                "linux": "Alt+T"
            }
        }
    },
    "description": "A quick way to find the tab you're looking for when you have lots of them open.",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}