Enable Copy
Enables Copy option which was disabled with CSS
What is Enable Copy ?
Enable Copy is a Chrome extension developed by Parveen Sharma, and its main feature is "Enables Copy option which was disabled with CSS".
Download Enable Copy Extension CRX File
Download Enable Copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Extension Re-Enables Copy or Selection of Text from Webpages which Disables these options using CSS.
Extension Basic Information
Name | ![]() |
ID | gmcchhpbifhgejjcndloaeilbfpojkne |
Official URL | https://chrome.google.com/webstore/detail/enable-copy/gmcchhpbifhgejjcndloaeilbfpojkne |
Description | Enables Copy option which was disabled with CSS |
File Size | 32.98 KB |
Installation Count | 37 |
Current Version | 1.2 |
Last Updated | 2017-08-13 |
Publish Date | 2017-08-13 |
Developer | Parveen Sharma |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |