Slearch

Instantly search on any website using the "/" key. Shortcut for a websites own search bar.

Slearch là gì?

Slearch là một tiện ích mở rộng Chrome được phát triển bởi tim.freedman, và tính năng chính của nó là "Instantly search on any website using the "/" key. Shortcut for a websites own search bar.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Slearch 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

                        Slearch add's a shortcut to your browser. When the "/" key is pressed it will look for the first search box on the page and focus it.

This can be useful to save time finding and clicking a search box. If you like keyboard shortcuts you'll like Slearch.

It's a 'silent' extension, it will not send you notifications or have any popups, just the shortcut!

IMPORTANT:
There are some cases where the extension will not find a search bar on the webpage, it could be for one of these reasons:
- It is hidden behind some Javascript
- It's a non-accessible DOM search field
- The page has multiple search bars, some which may be hidden for responsive design
- It will not work on the chrome webstore as the browser blocks extensions there                    

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

Tên Slearch Slearch
ID inpaipbpdpcfhjmemebmobkjghpgpkdp
URL Chính Thức https://chrome.google.com/webstore/detail/slearch/inpaipbpdpcfhjmemebmobkjghpgpkdp
Mô tả Instantly search on any website using the "/" key. Shortcut for a websites own search bar.
Kích Thước Tệp 45.96 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.6.0
Cập Nhật Lần Cuối 2017-10-31
Ngày Phát Hành 2017-10-31
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển tim.freedman
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.6.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "slearch16.png",
        "48": "slearch48.png",
        "128": "slearch128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "slearch.js"
            ]
        }
    ]
}