Copy+

Copy what you want, the way you want.

Hvad er Copy+?

Copy+ er en Chrome-udvidelse udviklet af jeffrey.d.pierce, og dens hovedfunktion er "Copy what you want, the way you want.".

Udvidelsesskærmbilleder

screenshot

Download Copy+-udvidelses-CRX-fil

Download Copy+-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Copy+ Copy+
ID fongiamncbegghdnkbfbklddncbhbmed
Officiel URL https://chromewebstore.google.com/detail/copy+/fongiamncbegghdnkbfbklddncbhbmed
Beskrivelse Copy what you want, the way you want.
Filstørrelse 47.77 KB
Antal Installationer 72
Nuværende Version 2020.05.02
Senest Opdateret 2020-05-05
Udgivelsesdato 2020-05-02
Udvikler jeffrey.d.pierce
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}