Refind

Fast on-page finding and clicking.

What is Refind?

Refind is a Chrome extension developed by Unknown, and its main feature is "Fast on-page finding and clicking.".

Extension Screenshots

screenshot

Download Refind Extension CRX File

Download Refind extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Refind Refind
ID bpllgdallmnncmllafekkjdabcpioedo
Official URL https://chromewebstore.google.com/detail/refind/bpllgdallmnncmllafekkjdabcpioedo
Description Fast on-page finding and clicking.
File Size 11.14 KB
Installation Count 18
Current Version 0.1.8
Last Updated 2012-12-18
Publish Date 2012-12-18
Rating 4.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website http://github.com/averyvery/Refind/
Supported Languages 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"
            ]
        }
    ]
}