Refind

Fast on-page finding and clicking.

Что такое Refind?

Refind - это расширение Chrome, разработанное Unknown, и его основная функция - "Fast on-page finding and clicking.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Refind

Скачайте файлы расширений Refind в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Refind Refind
ID bpllgdallmnncmllafekkjdabcpioedo
Официальный URL https://chromewebstore.google.com/detail/refind/bpllgdallmnncmllafekkjdabcpioedo
Описание Fast on-page finding and clicking.
Размер файла 11.14 KB
Количество установок 18
Текущая Версия 0.1.8
Последнее Обновление 2012-12-18
Дата публикации 2012-12-18
Рейтинг 4.00/5 Всего 1 оценок
Разработчик Unknown
Тип оплаты free
Официальный сайт расширения http://github.com/averyvery/Refind/
Поддерживаемые языки 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"
            ]
        }
    ]
}