Copy Input Text

Copies all input text without selecting it. Allows to copy password text.

Copy Input Textとは何ですか?

Copy Input TextはDima PMによって開発されたChromeの拡張機能で、その主な機能は「Copies all input text without selecting it. Allows to copy password text.」です。

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

screenshot

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

Copy Input Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension allows to use context menu or hotkey to quickly copy all text of input.                    

拡張機能の基本情報

名前 Copy Input Text Copy Input Text
ID aomiejigghikoeoljghafciifnmokemh
公式URL https://chromewebstore.google.com/detail/copy-input-text/aomiejigghikoeoljghafciifnmokemh
説明 Copies all input text without selecting it. Allows to copy password text.
ファイルサイズ 4.34 KB
インストール数 61
現在のバージョン 0.1
最終更新日 2021-06-24
公開日 2016-05-27
開発者 Dima PM
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Copy Input Text",
    "version": "0.1",
    "description": "Copies all input text without selecting it. Allows to copy password text.",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "commands": {
        "copy-input-text": {
            "description": "Copy input text"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}