Refind

Fast on-page finding and clicking.

Co je Refind?

Refind je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Fast on-page finding and clicking.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Refind

Stáhněte si soubory rozšíření Refind ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Refind Refind
ID bpllgdallmnncmllafekkjdabcpioedo
Oficiální URL https://chromewebstore.google.com/detail/refind/bpllgdallmnncmllafekkjdabcpioedo
Popis Fast on-page finding and clicking.
Velikost souboru 11.14 KB
Počet instalací 18
Aktuální Verze 0.1.8
Poslední Aktualizace 2012-12-18
Datum Vydání 2012-12-18
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář Unknown
Typ Platby free
Webové stránky Rozšíření http://github.com/averyvery/Refind/
Podporované Jazyky 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"
            ]
        }
    ]
}