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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |