Refind

Fast on-page finding and clicking.

O que é Refind?

Refind é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Fast on-page finding and clicking.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Refind

Baixe arquivos de extensão Refind no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Refind Refind
ID bpllgdallmnncmllafekkjdabcpioedo
URL Oficial https://chromewebstore.google.com/detail/refind/bpllgdallmnncmllafekkjdabcpioedo
Descrição Fast on-page finding and clicking.
Tamanho do Arquivo 11.14 KB
Contagem de Instalações 18
Versão Atual 0.1.8
Última Atualização 2012-12-18
Data de Publicação 2012-12-18
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão http://github.com/averyvery/Refind/
Idiomas Suportados 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"
            ]
        }
    ]
}