Copy+

Copy what you want, the way you want.

Cos'è Copy+?

Copy+ è un'estensione di Chrome sviluppata da jeffrey.d.pierce, e la sua funzione principale è "Copy what you want, the way you want.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Copy+

Scarica i file di estensione Copy+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Copy+ Copy+
ID fongiamncbegghdnkbfbklddncbhbmed
URL Ufficiale https://chromewebstore.google.com/detail/copy+/fongiamncbegghdnkbfbklddncbhbmed
Descrizione Copy what you want, the way you want.
Dimensione del File 47.77 KB
Conteggio Installazioni 72
Versione Corrente 2020.05.02
Ultimo Aggiornamento 2020-05-05
Data di Pubblicazione 2020-05-02
Sviluppatore jeffrey.d.pierce
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}