AutoHighlight Input

Automatically highlight text in an input box when clicked

AutoHighlight Inputとは何ですか?

AutoHighlight InputはDiamondium Technologies, LLCによって開発されたChromeの拡張機能で、その主な機能は「Automatically highlight text in an input box when clicked」です。

拡張機能のスクリーンショット

screenshot

AutoHighlight Input拡張機能のCRXファイルをダウンロード

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
Eメール [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
}