AutoHighlight Input

Automatically highlight text in an input box when clicked

Qu'est-ce que AutoHighlight Input ?

AutoHighlight Input est une extension Chrome développée par Diamondium Technologies, LLC, et sa fonction principale est "Automatically highlight text in an input box when clicked".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AutoHighlight Input

Téléchargez les fichiers d'extension AutoHighlight Input 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

                        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.                    

Informations de Base sur l'Extension

Nom AutoHighlight Input AutoHighlight Input
ID mdcpdmcogdgkpbekadapocipbilcimdb
URL Officiel https://chromewebstore.google.com/detail/autohighlight-input/mdcpdmcogdgkpbekadapocipbilcimdb
Description Automatically highlight text in an input box when clicked
Taille du Fichier 9.45 KB
Nombre d'Installations 125
Version Actuelle 1.05
Dernière Mise à Jour 2020-07-25
Date de Publication 2020-06-26
Développeur Diamondium Technologies, LLC
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}