Copy Plain Text

Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.

什么是Copy Plain Text?

Copy Plain Text是由Dima PM开发的Chrome扩展程序,该扩展的主要功能是“Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.”。

扩展截图

screenshot

下载Copy Plain Text扩展crx文件

下载Copy Plain Text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Copy Plain Text Copy Plain Text
ID nfjlgdbpkjmnofoglhlhcdfhjaglmncp
官方URL https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp
简介 Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
文件大小 5.81 KB
安装次数 2,616
当前版本 0.3
更新时间 2016-12-18
上架时间 2016-12-18
评分 4.54/5 共13次评分
开发者 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 Plain Text",
    "version": "0.3",
    "description": "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.",
    "browser_action": [],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ]
}