AutoFocus Cursor

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

Wat is AutoFocus Cursor?

AutoFocus Cursor is een Chrome-extensie ontwikkeld door https://diamondium.com, en de belangrijkste functie is "Automatically set the focus to a search text box when the page loads".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AutoFocus Cursor

Download AutoFocus Cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AutoFocus Cursor AutoFocus Cursor
ID jbhglhmfhghlfdbbcpbihelgbnigggha
Officiële URL https://chromewebstore.google.com/detail/autofocus-cursor/jbhglhmfhghlfdbbcpbihelgbnigggha
Beschrijving Automatically set the focus to a search text box when the page loads
Bestandsgrootte 62.14 KB
Aantal Installaties 442
Huidige Versie 2.02
Laatst Bijgewerkt 2020-07-25
Publicatiedatum 2020-06-20
Beoordeling 3.78/5 Totaal 9 Beoordelingen
Ontwikkelaar https://diamondium.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}