Refind

Fast on-page finding and clicking.

Refindとは何ですか?

RefindはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Fast on-page finding and clicking.」です。

拡張機能のスクリーンショット

screenshot

Refind拡張機能のCRXファイルをダウンロード

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"
            ]
        }
    ]
}