HTML5 Form validation remover
Simple button to press when you want HTML5 Form validation to be removed from all the forms.
HTML5 Form validation removerคืออะไร?
HTML5 Form validation remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Damien Alexandre และคุณลักษณะหลักของมันคือ "Simple button to press when you want HTML5 Form validation to be removed from all the forms."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML5 Form validation remover
ดาวน์โหลดไฟล์ส่วนขยาย HTML5 Form validation remover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Remove HTML5 Form constraints, allowing you to submit any form even if there is a required attribute or other custom input type. This extension add a novalidate attribute on all the forms of the current page, even the ones loaded via AJAX. The public of this extension is mainly developers wishing to test their backend form validation from a modern browser. How to use it ============= When browsing a webpage with a Form, click the button and the extension will disable validation on all the forms. It's open source =============== Checkout the website below, this extension is open source and you can help!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HTML5 Form validation remover |
ID | dcpagcgkpeflhhampddilklcnjdjlmlb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/html5-form-validation-rem/dcpagcgkpeflhhampddilklcnjdjlmlb |
คำอธิบาย | Simple button to press when you want HTML5 Form validation to be removed from all the forms. |
ขนาดไฟล์ | 5.47 KB |
จำนวนการติดตั้ง | 2,547 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2017-07-22 |
วันที่เผยแพร่ | 2017-07-22 |
คะแนน | 3.50/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | Damien Alexandre |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/damienalexandre/form-validation-remover |
URL หน้าช่วยเหลือ | https://github.com/damienalexandre/form-validation-remover/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HTML5 Form validation remover", "description": "Simple button to press when you want HTML5 Form validation to be removed from all the forms.", "author": "Damien ALEXANDRE", "version": "2.0", "homepage_url": "https:\/\/github.com\/damienalexandre\/form-validation-remover", "permissions": [ "activeTab" ], "browser_action": { "name": "Remove HTML5 Form validation", "default_icon": "images\/icon.png", "default_title": "Remove HTML5 Form validation" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |