FF: Fuzzy finder for Chrome tabs and windows

Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.

Cos'è FF: Fuzzy finder for Chrome tabs and windows?

FF: Fuzzy finder for Chrome tabs and windows è un'estensione di Chrome sviluppata da siadat.dev, e la sua funzione principale è "Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FF: Fuzzy finder for Chrome tabs and windows

Scarica i file di estensione FF: Fuzzy finder for Chrome tabs and windows 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

                        Elegant open-source tab finder integrated in the address bar of the browser.

How to:

Just type "ff" followed by space and the name of the tab you are looking for.
For example, type "ff yt tk" to find the tab that matches yt (eg Youtube) and tk (eg talk).  

Works across several windows.


View the source and star it at https://github.com/siadat/chrome-ff

Thank you for using FF :)                    

Informazioni di Base sull'Estensione

Nome FF: Fuzzy finder for Chrome tabs and windows FF: Fuzzy finder for Chrome tabs and windows
ID dbgeolnmmjmhcfndmmahnpicpmnpibep
URL Ufficiale https://chromewebstore.google.com/detail/ff-fuzzy-finder-for-chrom/dbgeolnmmjmhcfndmmahnpicpmnpibep
Descrizione Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.
Dimensione del File 6.1 KB
Conteggio Installazioni 289
Versione Corrente 1.4.3
Ultimo Aggiornamento 2020-06-16
Data di Pubblicazione 2020-06-15
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore siadat.dev
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/siadat/chrome-ff
URL della Pagina di Aiuto https://github.com/siadat/chrome-ff/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FF: Fuzzy finder for Chrome tabs and windows",
    "short_name": "FF",
    "description": "Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.",
    "version": "1.4.3",
    "author": "Sina Siadat ",
    "homepage_url": "https:\/\/github.com\/siadat\/chrome-ff",
    "permissions": [
        "tabs",
        "history"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "ff"
    },
    "icons": {
        "16": "ff.png"
    }
}