Chrome History Fuzzy Search

Fuzzy search across all you history

Chrome History Fuzzy Searchคืออะไร?

Chrome History Fuzzy Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Moshe Zada และคุณลักษณะหลักของมันคือ "Fuzzy search across all you history"

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

screenshot

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

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

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

                        Access your history fast.
Use Cmd+K to open the search bar.
Choose page via arrows or by pressing Alt + {num}                    

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

ชื่อ Chrome History Fuzzy Search Chrome History Fuzzy Search
ID eoifkcjmkbanbcllbnbnjohmajcjfanl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-history-fuzzy-sear/eoifkcjmkbanbcllbnbnjohmajcjfanl
คำอธิบาย Fuzzy search across all you history
ขนาดไฟล์ 3.14 MB
จำนวนการติดตั้ง 119
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2016-06-03
วันที่เผยแพร่ 2016-06-03
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Moshe Zada
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/MosheZada/chromeHistoryFuzz
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome History Fuzzy Search",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Fuzzy search across all you history",
    "options_page": "html\/options.html",
    "permissions": [
        "history",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+K",
                "mac": "Command+K",
                "default": "Ctrl+K"
            }
        }
    },
    "browser_action": {
        "default_popup": "html\/index.html",
        "default_icon": "images\/H4.png"
    }
}