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