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 là gì?
HTML5 Form validation remover là một tiện ích mở rộng Chrome được phát triển bởi Damien Alexandre, và tính năng chính của nó là "Simple button to press when you want HTML5 Form validation to be removed from all the forms.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HTML5 Form validation remover
Tải xuống các tệp mở rộng HTML5 Form validation remover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HTML5 Form validation remover |
ID | dcpagcgkpeflhhampddilklcnjdjlmlb |
URL Chính Thức | https://chromewebstore.google.com/detail/html5-form-validation-rem/dcpagcgkpeflhhampddilklcnjdjlmlb |
Mô tả | Simple button to press when you want HTML5 Form validation to be removed from all the forms. |
Kích Thước Tệp | 5.47 KB |
Số Lần Cài Đặt | 2,547 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2017-07-22 |
Ngày Phát Hành | 2017-07-22 |
Đánh Giá | 3.50/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | Damien Alexandre |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/damienalexandre/form-validation-remover |
URL Trang Trợ Giúp | https://github.com/damienalexandre/form-validation-remover/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } |