FF: Fuzzy finder for Chrome tabs and windows

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

Was ist FF: Fuzzy finder for Chrome tabs and windows?

FF: Fuzzy finder for Chrome tabs and windows ist eine Chrome-Erweiterung, die von siadat.dev entwickelt wurde, und ihr Hauptmerkmal ist "Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.".

Erweiterungsscreenshots

screenshot

FF: Fuzzy finder for Chrome tabs and windows-Erweiterungs-CRX-Datei herunterladen

Laden Sie FF: Fuzzy finder for Chrome tabs and windows-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name FF: Fuzzy finder for Chrome tabs and windows FF: Fuzzy finder for Chrome tabs and windows
ID dbgeolnmmjmhcfndmmahnpicpmnpibep
Offizielle URL https://chromewebstore.google.com/detail/ff-fuzzy-finder-for-chrom/dbgeolnmmjmhcfndmmahnpicpmnpibep
Beschreibung Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.
Dateigröße 6.1 KB
Installationsanzahl 289
Aktuelle Version 1.4.3
Letztes Update 2020-06-16
Veröffentlichungsdatum 2020-06-15
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler siadat.dev
Zahlungsart free
Erweiterungswebsite https://github.com/siadat/chrome-ff
Hilfeseite URL https://github.com/siadat/chrome-ff/issues
Unterstützte Sprachen 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"
    }
}