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
官方網址 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"
    }
}