FF: Fuzzy finder for Chrome tabs and windows

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

¿Qué es FF: Fuzzy finder for Chrome tabs and windows?

FF: Fuzzy finder for Chrome tabs and windows es una extensión de Chrome desarrollada por siadat.dev, y su función principal es "Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión FF: Fuzzy finder for Chrome tabs and windows

Descarga archivos de extensión FF: Fuzzy finder for Chrome tabs and windows en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre 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
Descripción Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.
Tamaño del Archivo 6.1 KB
Cantidad de Instalaciones 289
Versión Actual 1.4.3
Última Actualización 2020-06-16
Fecha de Publicación 2020-06-15
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador siadat.dev
Tipo de Pago free
Sitio Web de la Extensión https://github.com/siadat/chrome-ff
URL de la Página de Ayuda https://github.com/siadat/chrome-ff/issues
Idiomas Soportados 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"
    }
}