Enable Copy
Enables Copy option which was disabled with CSS
ما هو Enable Copy ؟
Enable Copy هو إضافة Chrome تم تطويرها بواسطة Parveen Sharma، والميزة الرئيسية لها هي "Enables Copy option which was disabled with CSS".
تحميل ملف CRX للإضافة Enable Copy
قم بتنزيل ملفات الامتداد Enable Copy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Extension Re-Enables Copy or Selection of Text from Webpages which Disables these options using CSS.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | gmcchhpbifhgejjcndloaeilbfpojkne |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/enable-copy/gmcchhpbifhgejjcndloaeilbfpojkne |
الوصف | Enables Copy option which was disabled with CSS |
حجم الملف | 32.98 KB |
عدد التثبيتات | 37 |
النسخة الحالية | 1.2 |
آخر تحديث | 2017-08-13 |
تاريخ النشر | 2017-08-13 |
المطور | Parveen Sharma |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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 } |