Enable Copy
Enables Copy option which was disabled with CSS
Wat is Enable Copy ?
Enable Copy is een Chrome-extensie ontwikkeld door Parveen Sharma, en de belangrijkste functie is "Enables Copy option which was disabled with CSS".
Download het CRX-bestand van de extensie Enable Copy
Download Enable Copy -extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This Extension Re-Enables Copy or Selection of Text from Webpages which Disables these options using CSS.
Basisinformatie over de Extensie
Naam | ![]() |
ID | gmcchhpbifhgejjcndloaeilbfpojkne |
Officiële URL | https://chrome.google.com/webstore/detail/enable-copy/gmcchhpbifhgejjcndloaeilbfpojkne |
Beschrijving | Enables Copy option which was disabled with CSS |
Bestandsgrootte | 32.98 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-08-13 |
Publicatiedatum | 2017-08-13 |
Ontwikkelaar | Parveen Sharma |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |