FF: Fuzzy finder for Chrome tabs and windows

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

Wat is FF: Fuzzy finder for Chrome tabs and windows?

FF: Fuzzy finder for Chrome tabs and windows is een Chrome-extensie ontwikkeld door siadat.dev, en de belangrijkste functie is "Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FF: Fuzzy finder for Chrome tabs and windows

Download FF: Fuzzy finder for Chrome tabs and windows-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam FF: Fuzzy finder for Chrome tabs and windows FF: Fuzzy finder for Chrome tabs and windows
ID dbgeolnmmjmhcfndmmahnpicpmnpibep
Officiële URL https://chromewebstore.google.com/detail/ff-fuzzy-finder-for-chrom/dbgeolnmmjmhcfndmmahnpicpmnpibep
Beschrijving Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.
Bestandsgrootte 6.1 KB
Aantal Installaties 289
Huidige Versie 1.4.3
Laatst Bijgewerkt 2020-06-16
Publicatiedatum 2020-06-15
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar siadat.dev
Betalingswijze free
Extensiewebsite https://github.com/siadat/chrome-ff
Help Pagina-URL https://github.com/siadat/chrome-ff/issues
Ondersteunde Talen 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"
    }
}