FF: Fuzzy finder for Chrome tabs and windows

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

O que é FF: Fuzzy finder for Chrome tabs and windows?

FF: Fuzzy finder for Chrome tabs and windows é uma extensão do Chrome desenvolvida por siadat.dev, e sua principal característica é "Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FF: Fuzzy finder for Chrome tabs and windows

Baixe arquivos de extensão FF: Fuzzy finder for Chrome tabs and windows no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 :)                    

Informações Básicas da Extensão

Nome FF: Fuzzy finder for Chrome tabs and windows FF: Fuzzy finder for Chrome tabs and windows
ID dbgeolnmmjmhcfndmmahnpicpmnpibep
URL Oficial https://chromewebstore.google.com/detail/ff-fuzzy-finder-for-chrom/dbgeolnmmjmhcfndmmahnpicpmnpibep
Descrição Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.
Tamanho do Arquivo 6.1 KB
Contagem de Instalações 289
Versão Atual 1.4.3
Última Atualização 2020-06-16
Data de Publicação 2020-06-15
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor siadat.dev
Tipo de Pagamento free
Site da Extensão https://github.com/siadat/chrome-ff
URL da Página de Ajuda https://github.com/siadat/chrome-ff/issues
Idiomas Suportados 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"
    }
}