Copy+

Copy what you want, the way you want.

什么是Copy+?

Copy+是由jeffrey.d.pierce开发的Chrome扩展程序,该扩展的主要功能是“Copy what you want, the way you want.”。

扩展截图

screenshot

下载Copy+扩展crx文件

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

扩展使用说明

                        Copy tab titles and links, plus selected content with attribution and deep links to well formatted documents containing anchors or ids.                    

扩展基本信息

名称 Copy+ Copy+
ID fongiamncbegghdnkbfbklddncbhbmed
官方URL https://chromewebstore.google.com/detail/copy+/fongiamncbegghdnkbfbklddncbhbmed
简介 Copy what you want, the way you want.
文件大小 47.77 KB
安装次数 72
当前版本 2020.05.02
更新时间 2020-05-05
上架时间 2020-05-02
开发者 jeffrey.d.pierce
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy+",
    "description": "Copy what you want, the way you want.",
    "version": "2020.05.02",
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardWrite",
        ""
    ],
    "browser_action": {
        "default_title": "Copy+",
        "default_icon": "images\/plus.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/plus.png",
        "48": "images\/plus.png",
        "128": "images\/plus.png"
    }
}