FF: Fuzzy finder for Chrome tabs and windows

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

FF: Fuzzy finder for Chrome tabs and windows क्या है?

FF: Fuzzy finder for Chrome tabs and windows siadat.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FF: Fuzzy finder for Chrome tabs and windows एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम FF: Fuzzy finder for Chrome tabs and windows FF: Fuzzy finder for Chrome tabs and windows
ID dbgeolnmmjmhcfndmmahnpicpmnpibep
आधिकारिक URL https://chromewebstore.google.com/detail/ff-fuzzy-finder-for-chrom/dbgeolnmmjmhcfndmmahnpicpmnpibep
विवरण Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.
फ़ाइल का आकार 6.1 KB
स्थापना संख्या 289
वर्तमान संस्करण 1.4.3
अंतिम अपडेट 2020-06-16
प्रकाशन तिथि 2020-06-15
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर siadat.dev
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/siadat/chrome-ff
सहायता पृष्ठ URL https://github.com/siadat/chrome-ff/issues
समर्थित भाषाएँ 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"
    }
}