AutoFocus Cursor

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

Qu'est-ce que AutoFocus Cursor ?

AutoFocus Cursor est une extension Chrome développée par https://diamondium.com, et sa fonction principale est "Automatically set the focus to a search text box when the page loads".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AutoFocus Cursor

Téléchargez les fichiers d'extension AutoFocus Cursor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AutoFocus Cursor AutoFocus Cursor
ID jbhglhmfhghlfdbbcpbihelgbnigggha
URL Officiel https://chromewebstore.google.com/detail/autofocus-cursor/jbhglhmfhghlfdbbcpbihelgbnigggha
Description Automatically set the focus to a search text box when the page loads
Taille du Fichier 62.14 KB
Nombre d'Installations 442
Version Actuelle 2.02
Dernière Mise à Jour 2020-07-25
Date de Publication 2020-06-20
Évaluation 3.78/5 Total 9 Évaluations
Développeur https://diamondium.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}