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によって開発されたChromeの拡張機能で、その主な機能は「Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.」です。

拡張機能のスクリーンショット

screenshot

FF: Fuzzy finder for Chrome tabs and windows拡張機能のCRXファイルをダウンロード

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