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
电子邮箱 [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"
    ]
}