Refind

Fast on-page finding and clicking.

Refindคืออะไร?

Refind เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Fast on-page finding and clicking."

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

screenshot

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

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

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

                        Refind acts like the default "find" behavior with a twist: once you select your element, 
you can hit "enter" to click it — allowing for some super-fast browsing.

While in Chrome, hit ctrl-alt-f to show the search box. Tab and shift-tab between links. Hitting enter will click the link, hitting shift-enter will open it in a new tab, and hitting ctrl-shift-enter will open ALL MATCHED LINKS.

Report any problems Refind's GitHub Issues page: https://github.com/averyvery/Refind/issues                    

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

ชื่อ Refind Refind
ID bpllgdallmnncmllafekkjdabcpioedo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/refind/bpllgdallmnncmllafekkjdabcpioedo
คำอธิบาย Fast on-page finding and clicking.
ขนาดไฟล์ 11.14 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 0.1.8
อัปเดตครั้งล่าสุด 2012-12-18
วันที่เผยแพร่ 2012-12-18
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://github.com/averyvery/Refind/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refind",
    "version": "0.1.8",
    "description": "Fast on-page finding and clicking.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "refind.css"
            ],
            "js": [
                "refind.js"
            ]
        }
    ]
}