Enable Copy

Enables Copy option which was disabled with CSS

什么是Enable Copy ?

Enable Copy 是由Parveen Sharma开发的Chrome扩展程序,该扩展的主要功能是“Enables Copy option which was disabled with CSS”。

下载Enable Copy 扩展crx文件

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

扩展使用说明

                        This Extension Re-Enables Copy or Selection of Text from Webpages which Disables these options using CSS.                    

扩展基本信息

名称 Enable Copy Enable Copy
ID gmcchhpbifhgejjcndloaeilbfpojkne
官方URL https://chrome.google.com/webstore/detail/enable-copy/gmcchhpbifhgejjcndloaeilbfpojkne
简介 Enables Copy option which was disabled with CSS
文件大小 32.98 KB
安装次数 37
当前版本 1.2
更新时间 2017-08-13
上架时间 2017-08-13
开发者 Parveen Sharma
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Copy ",
    "version": "1.2",
    "description": "Enables Copy option which was disabled with CSS",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "fun.js"
            ]
        }
    ],
    "manifest_version": 2
}