AutoFocus Cursor

Automatically set the focus to a search text box when the page loads

AutoFocus Cursorとは何ですか?

AutoFocus Cursorはhttps://diamondium.comによって開発されたChromeの拡張機能で、その主な機能は「Automatically set the focus to a search text box when the page loads」です。

拡張機能のスクリーンショット

screenshot

AutoFocus Cursor拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        You no longer have to manually click a text box before searching!

Useful on websites where searching is the first thing you want to do (ex. Amazon).

Your cursor will automatically be placed in the first visible text box once the website loads.                    

拡張機能の基本情報

名前 AutoFocus Cursor AutoFocus Cursor
ID jbhglhmfhghlfdbbcpbihelgbnigggha
公式URL https://chromewebstore.google.com/detail/autofocus-cursor/jbhglhmfhghlfdbbcpbihelgbnigggha
説明 Automatically set the focus to a search text box when the page loads
ファイルサイズ 62.14 KB
インストール数 442
現在のバージョン 2.02
最終更新日 2020-07-25
公開日 2020-06-20
評価 3.78/5 合計 9 レビュー
開発者 https://diamondium.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoFocus Cursor",
    "description": "Automatically set the focus to a search text box when the page loads",
    "permissions": [
        "storage",
        "tabs"
    ],
    "version": "2.02",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/auto-focus-min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "autofocuscursor-settings.html"
    }
}