Easy Copy Text

EasyCopyText

什么是Easy Copy Text?

Easy Copy Text是由monik.182开发的Chrome扩展程序,该扩展的主要功能是“EasyCopyText”。

扩展截图

screenshot

下载Easy Copy Text扩展crx文件

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

扩展使用说明

                        Copy highlighted text from your browser and keep it in a clipboard to easy access.                    

扩展基本信息

名称 Easy Copy Text Easy Copy Text
ID iajaabbmcegelbafniboablmlmiohogh
官方URL https://chromewebstore.google.com/detail/easy-copy-text/iajaabbmcegelbafniboablmlmiohogh
简介 EasyCopyText
文件大小 11.8 KB
安装次数 28
当前版本 1.0
更新时间 2020-10-22
上架时间 2020-10-22
开发者 monik.182
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Copy Text",
    "version": "1.0",
    "description": "EasyCopyText",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "store.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons8-copy-64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "store.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "author": "Monica Carvajal"
}