AutoFocus Cursor

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

Τι είναι το AutoFocus Cursor;

Το AutoFocus Cursor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://diamondium.com, και η κύρια λειτουργία του είναι "Automatically set the focus to a search text box when the page loads".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AutoFocus Cursor

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}