Enable Copy

Enables Copy option which was disabled with CSS

Cos'è Enable Copy ?

Enable Copy è un'estensione di Chrome sviluppata da Parveen Sharma, e la sua funzione principale è "Enables Copy option which was disabled with CSS".

Scarica il file CRX dell'estensione Enable Copy

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

                        This Extension Re-Enables Copy or Selection of Text from Webpages which Disables these options using CSS.                    

Informazioni di Base sull'Estensione

Nome Enable Copy Enable Copy
ID gmcchhpbifhgejjcndloaeilbfpojkne
URL Ufficiale https://chrome.google.com/webstore/detail/enable-copy/gmcchhpbifhgejjcndloaeilbfpojkne
Descrizione Enables Copy option which was disabled with CSS
Dimensione del File 32.98 KB
Conteggio Installazioni 37
Versione Corrente 1.2
Ultimo Aggiornamento 2017-08-13
Data di Pubblicazione 2017-08-13
Sviluppatore Parveen Sharma
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Copy ",
    "version": "1.2",
    "description": "Enables Copy option which was disabled with CSS",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "fun.js"
            ]
        }
    ],
    "manifest_version": 2
}