Refind

Fast on-page finding and clicking.

Refind là gì?

Refind là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Fast on-page finding and clicking.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Refind

Tải xuống các tệp mở rộng Refind dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Refind Refind
ID bpllgdallmnncmllafekkjdabcpioedo
URL Chính Thức https://chromewebstore.google.com/detail/refind/bpllgdallmnncmllafekkjdabcpioedo
Mô tả Fast on-page finding and clicking.
Kích Thước Tệp 11.14 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2012-12-18
Ngày Phát Hành 2012-12-18
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng http://github.com/averyvery/Refind/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}