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 là gì?

FF: Fuzzy finder for Chrome tabs and windows là một tiện ích mở rộng Chrome được phát triển bởi siadat.dev, và tính năng chính của nó là "Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FF: Fuzzy finder for Chrome tabs and windows

Tải xuống các tệp mở rộng FF: Fuzzy finder for Chrome tabs and windows dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FF: Fuzzy finder for Chrome tabs and windows FF: Fuzzy finder for Chrome tabs and windows
ID dbgeolnmmjmhcfndmmahnpicpmnpibep
URL Chính Thức https://chromewebstore.google.com/detail/ff-fuzzy-finder-for-chrom/dbgeolnmmjmhcfndmmahnpicpmnpibep
Mô tả Fuzzy Finder for Chrome omnibox. Type 'ff' in your address bar and search for your tabs.
Kích Thước Tệp 6.1 KB
Số Lần Cài Đặt 289
Phiên Bản Hiện Tại 1.4.3
Cập Nhật Lần Cuối 2020-06-16
Ngày Phát Hành 2020-06-15
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển siadat.dev
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/siadat/chrome-ff
URL Trang Trợ Giúp https://github.com/siadat/chrome-ff/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}