Let Me Copy

Extension to allow copy text from websites where doesn't allow us to copy their content

Cos'è Let Me Copy?

Let Me Copy è un'estensione di Chrome sviluppata da debugger, e la sua funzione principale è "Extension to allow copy text from websites where doesn't allow us to copy their content".

Scarica il file CRX dell'estensione Let Me Copy

Scarica i file di estensione Let Me 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

                                            

Informazioni di Base sull'Estensione

Nome Let Me Copy Let Me Copy
ID lbmilljobfmddjnildfgggcjioofaabn
URL Ufficiale https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn
Descrizione Extension to allow copy text from websites where doesn't allow us to copy their content
Dimensione del File 7.86 KB
Conteggio Installazioni 84
Versione Corrente 1.0
Ultimo Aggiornamento 2018-03-20
Data di Pubblicazione 2018-03-20
Valutazione 2.71/5 Totale 7 Valutazioni
Sviluppatore debugger
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Let Me Copy",
    "version": "1.0",
    "description": "Extension to allow copy text from websites where doesn't allow us to copy their content",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.infobae.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "manifest_version": 2
}