Tab Finder

Search, pin and open tabs quickly.

Cos'è Tab Finder?

Tab Finder è un'estensione di Chrome sviluppata da Mega Apps, e la sua funzione principale è "Search, pin and open tabs quickly.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Finder

Scarica i file di estensione Tab Finder 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

                        Find and navigate to any open tab by searching for the Title or URL. You can pin or close tabs directly from Tab Finder, too. 

Are you a keyboard shortcut virtuoso? We got you covered. You can use both your mouse and your keyboard to navigate through the list of tabs. Ctrl+Shift+Space brings up the extension. You can use the arrow keys to navigate between the tabs and hit enter to bring a tab in focus.                    

Informazioni di Base sull'Estensione

Nome Tab Finder Tab Finder
ID akikgmngikhdhecndjkjcacfefdbnnin
URL Ufficiale https://chromewebstore.google.com/detail/tab-finder/akikgmngikhdhecndjkjcacfefdbnnin
Descrizione Search, pin and open tabs quickly.
Dimensione del File 454 KB
Conteggio Installazioni 570
Versione Corrente 1.0
Ultimo Aggiornamento 2019-12-31
Data di Pubblicazione 2019-12-30
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Mega Apps
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Tab Finder",
    "name": "Tab Finder",
    "description": "Search, pin and open tabs quickly.",
    "version": "1.0",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+U",
                "mac": "MacCtrl+Shift+Space"
            }
        }
    }
}