FF: Fuzzy finder for Chrome tabs and windows

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

Co to jest FF: Fuzzy finder for Chrome tabs and windows?

FF: Fuzzy finder for Chrome tabs and windows to rozszerzenie Chrome opracowane przez siadat.dev, a jego główną funkcją jest „Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FF: Fuzzy finder for Chrome tabs and windows

Pobierz pliki rozszerzeń FF: Fuzzy finder for Chrome tabs and windows w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa FF: Fuzzy finder for Chrome tabs and windows FF: Fuzzy finder for Chrome tabs and windows
ID dbgeolnmmjmhcfndmmahnpicpmnpibep
Oficjalny URL https://chromewebstore.google.com/detail/ff-fuzzy-finder-for-chrom/dbgeolnmmjmhcfndmmahnpicpmnpibep
Opis Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.
Rozmiar pliku 6.1 KB
Liczba instalacji 289
Aktualna Wersja 1.4.3
Ostatnia Aktualizacja 2020-06-16
Data Publikacji 2020-06-15
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper siadat.dev
Typ Płatności free
Strona Rozszerzenia https://github.com/siadat/chrome-ff
Adres URL Strony Pomocy https://github.com/siadat/chrome-ff/issues
Obsługiwane Języki 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"
    }
}