AutoHighlight Input

Automatically highlight text in an input box when clicked

AutoHighlight Input क्या है?

AutoHighlight Input Diamondium Technologies, LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically highlight text in an input box when clicked"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AutoHighlight Input एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}