Enable Copy
Allow selecting, copying, pasting anywhere.
ما هو Enable Copy؟
Enable Copy هو إضافة Chrome تم تطويرها بواسطة Derek، والميزة الرئيسية لها هي "Allow selecting, copying, pasting anywhere.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Enable Copy
قم بتنزيل ملفات الامتداد Enable Copy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enable Copy is a simple tool made by Derek. How to use : To enable Enable Copy, simply click the toolbar icon and then hover any element on you want to copy in current page.
معلومات أساسية عن التمديد
الاسم | Enable Copy |
ID | igbahmkffbagkepelepkldjiknhbklga |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/enable-copy/igbahmkffbagkepelepkldjiknhbklga |
الوصف | Allow selecting, copying, pasting anywhere. |
حجم الملف | 19.78 KB |
عدد التثبيتات | 20,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-01-21 |
تاريخ النشر | 2020-10-05 |
تقييم | 3.63/5 مجموع تقييمات 16 |
المطور | Derek |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "manifest_version": 2, "version": "1.0", "description": "__MSG_extDesc__", "default_locale": "en", "icons": { "48": "img\/48.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/48.png", "default_title": "__MSG_extName__" }, "web_accessible_resources": [ "img\/header.png", "img\/body.png", "img\/footer.png" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } |