Focuser

Set the focus on search boxes without using the mouse

Focuser란 무엇입니까?

Focuser은(는) porkopek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set the focus on search boxes without using the mouse"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        (shortcut: Esc key)

Set the focus on search boxes without using the mouse. For those who love to be productive.

This extension grew out of my daily need, in my job as a Portuguese to Spanish translator, to focus the search fields on several sites without using the mouse.

When we want to be productive, having to leave the keyboard to grab the mouse and click on a search field can waste our time.
Therefore, this extension allows you to focus the search field by pressing the Esc key.

Very useful on sites like Google, Wikipedia, Linguee, etc.                    

확장 프로그램 기본 정보

이름 Focuser Focuser
ID mnnhidokencgjcgojhfgcjeeldjhncmb
공식 URL https://chromewebstore.google.com/detail/focuser/mnnhidokencgjcgojhfgcjeeldjhncmb
설명 Set the focus on search boxes without using the mouse
파일 크기 6.56 KB
설치 횟수 147
현재 버전 2.0.0.0
최근 업데이트 2021-10-08
출시 날짜 2017-11-10
평점 4.80/5 총 5 개의 평점
개발자 porkopek
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/porkopek/Focuser
도움말 페이지 URL https://github.com/porkopek/Focuser/blob/master/README.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focuser",
    "short_name": "Focuser",
    "version": "2.0.0.0",
    "description": "Set the focus on search boxes without using the mouse",
    "icons": {
        "64": "search.png",
        "32": "search32.png",
        "128": "search128.png"
    },
    "browser_action": {
        "default_icon": "search128.png",
        "default_popup": "popup.html",
        "default_title": "Focus search boxes"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}