Refind

Fast on-page finding and clicking.

Cos'è Refind?

Refind è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Fast on-page finding and clicking.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Refind

Scarica i file di estensione Refind in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Refind Refind
ID bpllgdallmnncmllafekkjdabcpioedo
URL Ufficiale https://chromewebstore.google.com/detail/refind/bpllgdallmnncmllafekkjdabcpioedo
Descrizione Fast on-page finding and clicking.
Dimensione del File 11.14 KB
Conteggio Installazioni 18
Versione Corrente 0.1.8
Ultimo Aggiornamento 2012-12-18
Data di Pubblicazione 2012-12-18
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione http://github.com/averyvery/Refind/
Lingue Supportate 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"
            ]
        }
    ]
}