Enable Copy

Enables Copy option which was disabled with CSS

Vad är Enable Copy ?

Enable Copy är en Chrome-tillägg utvecklad av Parveen Sharma, och dess huvudfunktion är "Enables Copy option which was disabled with CSS".

Ladda ner Enable Copy -förlängningens CRX-fil

Ladda ner Enable Copy -filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Enable Copy Enable Copy
ID gmcchhpbifhgejjcndloaeilbfpojkne
Officiell webbadress https://chrome.google.com/webstore/detail/enable-copy/gmcchhpbifhgejjcndloaeilbfpojkne
Beskrivning Enables Copy option which was disabled with CSS
Filstorlek 32.98 KB
Antal Installationer 37
Aktuell Version 1.2
Senast Uppdaterad 2017-08-13
Publiceringsdatum 2017-08-13
Utvecklare Parveen Sharma
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}