Refind

Fast on-page finding and clicking.

Co to jest Refind?

Refind to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Fast on-page finding and clicking.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Refind

Pobierz pliki rozszerzeń Refind w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Refind Refind
ID bpllgdallmnncmllafekkjdabcpioedo
Oficjalny URL https://chromewebstore.google.com/detail/refind/bpllgdallmnncmllafekkjdabcpioedo
Opis Fast on-page finding and clicking.
Rozmiar pliku 11.14 KB
Liczba instalacji 18
Aktualna Wersja 0.1.8
Ostatnia Aktualizacja 2012-12-18
Data Publikacji 2012-12-18
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia http://github.com/averyvery/Refind/
Obsługiwane Języki 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"
            ]
        }
    ]
}