Let Me Copy

Extension to allow copy text from websites where doesn't allow us to copy their content

什么是Let Me Copy?

Let Me Copy是由debugger开发的Chrome扩展程序,该扩展的主要功能是“Extension to allow copy text from websites where doesn't allow us to copy their content”。

下载Let Me Copy扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Let Me Copy Let Me Copy
ID lbmilljobfmddjnildfgggcjioofaabn
官方URL https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn
简介 Extension to allow copy text from websites where doesn't allow us to copy their content
文件大小 7.86 KB
安装次数 84
当前版本 1.0
更新时间 2018-03-20
上架时间 2018-03-20
评分 2.71/5 共7次评分
开发者 debugger
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Let Me Copy",
    "version": "1.0",
    "description": "Extension to allow copy text from websites where doesn't allow us to copy their content",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.infobae.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "manifest_version": 2
}