Copy+

Copy what you want, the way you want.

Was ist Copy+?

Copy+ ist eine Chrome-Erweiterung, die von jeffrey.d.pierce entwickelt wurde, und ihr Hauptmerkmal ist "Copy what you want, the way you want.".

Erweiterungsscreenshots

screenshot

Copy+-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Copy+ Copy+
ID fongiamncbegghdnkbfbklddncbhbmed
Offizielle URL https://chromewebstore.google.com/detail/copy+/fongiamncbegghdnkbfbklddncbhbmed
Beschreibung Copy what you want, the way you want.
Dateigröße 47.77 KB
Installationsanzahl 72
Aktuelle Version 2020.05.02
Letztes Update 2020-05-05
Veröffentlichungsdatum 2020-05-02
Entwickler jeffrey.d.pierce
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}