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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον siadat.dev, και η κύρια λειτουργία του είναι "Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης FF: Fuzzy finder for Chrome tabs and windows

Λήψη αρχείων επέκτασης FF: Fuzzy finder for Chrome tabs and windows σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}