FF: Fuzzy finder for Chrome tabs and windows

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

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

FF: Fuzzy finder for Chrome tabs and windows is a Chrome extension developed by siadat.dev, and its main feature is "Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.".

Extension Screenshots

screenshot

Download FF: Fuzzy finder for Chrome tabs and windows Extension CRX File

Download FF: Fuzzy finder for Chrome tabs and windows extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name FF: Fuzzy finder for Chrome tabs and windows FF: Fuzzy finder for Chrome tabs and windows
ID dbgeolnmmjmhcfndmmahnpicpmnpibep
Official URL https://chromewebstore.google.com/detail/ff-fuzzy-finder-for-chrom/dbgeolnmmjmhcfndmmahnpicpmnpibep
Description Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.
File Size 6.1 KB
Installation Count 289
Current Version 1.4.3
Last Updated 2020-06-16
Publish Date 2020-06-15
Rating 5.00/5 Total 6 Ratings
Developer siadat.dev
Payment Type free
Extension Website https://github.com/siadat/chrome-ff
Help Page URL https://github.com/siadat/chrome-ff/issues
Supported Languages 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"
    }
}