AutoFocus Cursor

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

Co je AutoFocus Cursor?

AutoFocus Cursor je rozšíření Chrome vyvinuté https://diamondium.com, a jeho hlavní funkcí je „Automatically set the focus to a search text box when the page loads“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AutoFocus Cursor

Stáhněte si soubory rozšíření AutoFocus Cursor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název AutoFocus Cursor AutoFocus Cursor
ID jbhglhmfhghlfdbbcpbihelgbnigggha
Oficiální URL https://chromewebstore.google.com/detail/autofocus-cursor/jbhglhmfhghlfdbbcpbihelgbnigggha
Popis Automatically set the focus to a search text box when the page loads
Velikost souboru 62.14 KB
Počet instalací 442
Aktuální Verze 2.02
Poslední Aktualizace 2020-07-25
Datum Vydání 2020-06-20
Hodnocení 3.78/5 Celkem 9 Hodnocení
Vývojář https://diamondium.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}