AutoHighlight Input

Automatically highlight text in an input box when clicked

Τι είναι το AutoHighlight Input;

Το AutoHighlight Input είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Diamondium Technologies, LLC, και η κύρια λειτουργία του είναι "Automatically highlight text in an input box when clicked".

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

screenshot

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

Λήψη αρχείων επέκτασης AutoHighlight Input σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        When you come across a pre-populated input box and go to click it, chances are your intention is to delete the entire content and replace it with your own.

This extension will save you the step of manually highlighting all of the text once the input field gains focus. The content of the input will auto-highlight so you can easily delete or begin typing over the existing content.


Sample Use Case
Amazon search results will show what you searched in the textbox at the top screen. To perform another search, you have to first manually highlight the contents in the textbox to remove it.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AutoHighlight Input AutoHighlight Input
ID mdcpdmcogdgkpbekadapocipbilcimdb
Επίσημο URL https://chromewebstore.google.com/detail/autohighlight-input/mdcpdmcogdgkpbekadapocipbilcimdb
Περιγραφή Automatically highlight text in an input box when clicked
Μέγεθος Αρχείου 9.45 KB
Αριθμός Εγκαταστάσεων 125
Τρέχουσα Έκδοση 1.05
Τελευταία Ενημέρωση 2020-07-25
Ημερομηνία Δημοσίευσης 2020-06-26
Προγραμματιστής Diamondium Technologies, LLC
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoHighlight Input",
    "version": "1.05",
    "description": "Automatically highlight text in an input box when clicked",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "auto-highlight-input-min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/auto-highlight-input-16.png",
        "32": "images\/auto-highlight-input-32.png",
        "48": "images\/auto-highlight-input-48.png",
        "128": "images\/auto-highlight-input-128.png"
    },
    "manifest_version": 2
}