Enable Every Element On Page
This extension will enable all disabled elements and mark them as read/write
ما هو Enable Every Element On Page؟
Enable Every Element On Page هو إضافة Chrome تم تطويرها بواسطة steve.ianson، والميزة الرئيسية لها هي "This extension will enable all disabled elements and mark them as read/write".
تحميل ملف CRX للإضافة Enable Every Element On Page
قم بتنزيل ملفات الامتداد Enable Every Element On Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sets readonly and disabled to false for every element on page
معلومات أساسية عن التمديد
الاسم | |
ID | cmbchgjlbeahmfdfhibkbdjcfhdbijdd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/enable-every-element-on-p/cmbchgjlbeahmfdfhibkbdjcfhdbijdd |
الوصف | This extension will enable all disabled elements and mark them as read/write |
حجم الملف | 4.53 KB |
عدد التثبيتات | 3,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-05-25 |
تاريخ النشر | 2016-05-25 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | steve.ianson |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enable Every Element On Page", "description": "This extension will enable all disabled elements and mark them as read\/write", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Enable elements", "default_icon": "edit1919.png" }, "manifest_version": 2 } |