Refind

Fast on-page finding and clicking.

什麼是Refind?

Refind是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Fast on-page finding and clicking.”。

擴展截圖

screenshot

下載Refind擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}