Copy+

Copy what you want, the way you want.

Wat is Copy+?

Copy+ is een Chrome-extensie ontwikkeld door jeffrey.d.pierce, en de belangrijkste functie is "Copy what you want, the way you want.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copy+

Download Copy+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Copy+ Copy+
ID fongiamncbegghdnkbfbklddncbhbmed
Officiële URL https://chromewebstore.google.com/detail/copy+/fongiamncbegghdnkbfbklddncbhbmed
Beschrijving Copy what you want, the way you want.
Bestandsgrootte 47.77 KB
Aantal Installaties 72
Huidige Versie 2020.05.02
Laatst Bijgewerkt 2020-05-05
Publicatiedatum 2020-05-02
Ontwikkelaar jeffrey.d.pierce
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}