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ファイルをダウンロード

Focuser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        (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
Eメール [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"
            ]
        }
    ]
}