Copy+

Copy what you want, the way you want.

What is Copy+?

Copy+ is a Chrome extension developed by jeffrey.d.pierce, and its main feature is "Copy what you want, the way you want.".

Extension Screenshots

screenshot

Download Copy+ Extension CRX File

Download Copy+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Copy+ Copy+
ID fongiamncbegghdnkbfbklddncbhbmed
Official URL https://chromewebstore.google.com/detail/copy+/fongiamncbegghdnkbfbklddncbhbmed
Description Copy what you want, the way you want.
File Size 47.77 KB
Installation Count 72
Current Version 2020.05.02
Last Updated 2020-05-05
Publish Date 2020-05-02
Developer jeffrey.d.pierce
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}