Enable Copy

Enables Copy option which was disabled with CSS

Qu'est-ce que Enable Copy ?

Enable Copy est une extension Chrome développée par Parveen Sharma, et sa fonction principale est "Enables Copy option which was disabled with CSS".

Télécharger le fichier CRX de l'extension Enable Copy

Téléchargez les fichiers d'extension Enable Copy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Enable Copy Enable Copy
ID gmcchhpbifhgejjcndloaeilbfpojkne
URL Officiel https://chrome.google.com/webstore/detail/enable-copy/gmcchhpbifhgejjcndloaeilbfpojkne
Description Enables Copy option which was disabled with CSS
Taille du Fichier 32.98 KB
Nombre d'Installations 37
Version Actuelle 1.2
Dernière Mise à Jour 2017-08-13
Date de Publication 2017-08-13
Développeur Parveen Sharma
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}