Enable Copy

Allow selecting, copying, pasting.

什么是Enable Copy?

Enable Copy是由https://xasaxa.com开发的Chrome扩展程序,该扩展的主要功能是“Allow selecting, copying, pasting.”。

扩展截图

screenshot

下载Enable Copy扩展crx文件

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

扩展使用说明

                        allows you to easily perform copying in sites that block copy                    

扩展基本信息

名称 Enable Copy Enable Copy
ID pedikhgldlhhinfcajmpnicfpkbneeeh
官方URL https://chrome.google.com/webstore/detail/enable-copy/pedikhgldlhhinfcajmpnicfpkbneeeh
简介 Allow selecting, copying, pasting.
文件大小 13.57 KB
安装次数 10,086
当前版本 0.0003
更新时间 2021-06-29
上架时间 2020-04-22
评分 4.20/5 共5次评分
开发者 https://xasaxa.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Copy",
    "version": "0.0003",
    "manifest_version": 2,
    "description": "Allow selecting, copying, pasting.",
    "icons": {
        "19": "icon19.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "enable.js"
    ],
    "browser_action": {
        "default_icon": "icon19-disable.png",
        "default_title": "Enable Copy"
    },
    "permissions": [
        "tabs",
        ""
    ]
}