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
官方網址 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
電子郵箱 [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"
    ]
}