Enable Copy
Enables Copy option which was disabled with CSS
Hvad er Enable Copy ?
Enable Copy er en Chrome-udvidelse udviklet af Parveen Sharma, og dens hovedfunktion er "Enables Copy option which was disabled with CSS".
Download Enable Copy -udvidelses-CRX-fil
Download Enable Copy -udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This Extension Re-Enables Copy or Selection of Text from Webpages which Disables these options using CSS.
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | gmcchhpbifhgejjcndloaeilbfpojkne |
Officiel URL | https://chrome.google.com/webstore/detail/enable-copy/gmcchhpbifhgejjcndloaeilbfpojkne |
Beskrivelse | Enables Copy option which was disabled with CSS |
Filstørrelse | 32.98 KB |
Antal Installationer | 37 |
Nuværende Version | 1.2 |
Senest Opdateret | 2017-08-13 |
Udgivelsesdato | 2017-08-13 |
Udvikler | Parveen Sharma |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |