Fuzzy Find

Context based search with advanced options.

Fuzzy Findคืออะไร?

Fuzzy Find เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amateur Devs และคุณลักษณะหลักของมันคือ "Context based search with advanced options."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fuzzy Find

ดาวน์โหลดไฟล์ส่วนขยาย Fuzzy Find ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The internet is cluttered with data. Although more data is always a good thing, there is an emerging need to segregate and classify relevant data from junk.

Fuzzy Find is an attempt to bridge the gap in development between typical search engines and in-browser search to provide an optimized in-browser search functionality.

Fuzzy Find can match words on a page which even vaguely relate to the words you type in!

Using the extension is as simple as pressing install above and then pressing the keyboard combination Alt + Shift + F.

NOTE: Fuzzy Find is currently in development and made available only for testing. In case of any bugs or improvements, please contact at [email protected] or [email protected]

FEATURES

- Matching words on a page that share meaning similar to the query.

- Matching words on a page that have similar phonetic sound. [Homophones]

- Find words that are spelled similar to the query words. [Spell correction]

- Querying for words that are strongly related/describe the query phrase.

- Searching for words that are related to the query and start with a particular letter(s).

- Words that often follow a term and start with a particular letter(s).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fuzzy Find Fuzzy Find
ID dfafheanadakbldaidemclfenpkednod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fuzzy-find/dfafheanadakbldaidemclfenpkednod
คำอธิบาย Context based search with advanced options.
ขนาดไฟล์ 71.1 KB
จำนวนการติดตั้ง 195
เวอร์ชันปัจจุบัน 0.15
อัปเดตครั้งล่าสุด 2022-11-27
วันที่เผยแพร่ 2020-05-05
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Amateur Devs
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fuzzy Find",
    "description": "Context based search with advanced options.",
    "version": "0.15",
    "icons": {
        "16": "logos\/logo-16.png",
        "32": "logos\/logo-32.png",
        "192": "logos\/logo-192.png",
        "512": "logos\/logo-512.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Fuzzy Find"
    },
    "permissions": [
        "activeTab",
        "https:\/\/api.datamuse.com\/*"
    ],
    "background": {
        "scripts": [
            "background\/scriptInjector.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+F",
                "mac": "Alt+Shift+F"
            },
            "description": "Launch Fuzzy Find"
        }
    }
}