Refind

Fast on-page finding and clicking.

Qu'est-ce que Refind ?

Refind est une extension Chrome développée par Unknown, et sa fonction principale est "Fast on-page finding and clicking.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Refind

Téléchargez les fichiers d'extension Refind au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Refind Refind
ID bpllgdallmnncmllafekkjdabcpioedo
URL Officiel https://chromewebstore.google.com/detail/refind/bpllgdallmnncmllafekkjdabcpioedo
Description Fast on-page finding and clicking.
Taille du Fichier 11.14 KB
Nombre d'Installations 18
Version Actuelle 0.1.8
Dernière Mise à Jour 2012-12-18
Date de Publication 2012-12-18
Évaluation 4.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension http://github.com/averyvery/Refind/
Langues Prises en Charge 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"
            ]
        }
    ]
}