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 Damien Alexandre द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple button to press when you want HTML5 Form validation to be removed from all the forms."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HTML5 Form validation remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
}