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