Slearch

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

Slearch란 무엇입니까?

Slearch은(는) tim.freedman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly search on any website using the "/" key. Shortcut for a websites own search bar."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Slearch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Slearch Slearch
ID inpaipbpdpcfhjmemebmobkjghpgpkdp
공식 URL https://chrome.google.com/webstore/detail/slearch/inpaipbpdpcfhjmemebmobkjghpgpkdp
설명 Instantly search on any website using the "/" key. Shortcut for a websites own search bar.
파일 크기 45.96 KB
설치 횟수 51
현재 버전 1.6.0
최근 업데이트 2017-10-31
출시 날짜 2017-10-31
평점 4.75/5 총 4 개의 평점
개발자 tim.freedman
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}