FF: Fuzzy finder for Chrome tabs and windows

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

Vad är FF: Fuzzy finder for Chrome tabs and windows?

FF: Fuzzy finder for Chrome tabs and windows är en Chrome-tillägg utvecklad av siadat.dev, och dess huvudfunktion är "Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.".

Tilläggsskärmbilder

screenshot

Ladda ner FF: Fuzzy finder for Chrome tabs and windows-förlängningens CRX-fil

Ladda ner FF: Fuzzy finder for Chrome tabs and windows-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn FF: Fuzzy finder for Chrome tabs and windows FF: Fuzzy finder for Chrome tabs and windows
ID dbgeolnmmjmhcfndmmahnpicpmnpibep
Officiell webbadress https://chromewebstore.google.com/detail/ff-fuzzy-finder-for-chrom/dbgeolnmmjmhcfndmmahnpicpmnpibep
Beskrivning Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.
Filstorlek 6.1 KB
Antal Installationer 289
Aktuell Version 1.4.3
Senast Uppdaterad 2020-06-16
Publiceringsdatum 2020-06-15
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare siadat.dev
Betalningssätt free
Tilläggswebbplats https://github.com/siadat/chrome-ff
Hjälpsida URL https://github.com/siadat/chrome-ff/issues
Stödda Språk 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"
    }
}