Formalyse: Debug your web form

Analyze HTML forms in a website

Formalyse: Debug your web form क्या है?

Formalyse: Debug your web form Androidium द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Analyze HTML forms in a website"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Formalyse: Debug your web form एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Helper to analyse HTML-forms in Websites. (html-form-tag)

Features:
- Find forms in websites (highlight form in the website on mouseover or mark it with a click)
- Toggle form between POST / GET
- Show and edit "hidden"-input fields
- Deselect radio-buttons
- Display "password"-values
- Mark the position of the form in the HTML-site
- Show complete input-tag on mouseover
- Show "button"-elements
- Unlock "readonly"-elements
and much more...

Screenshot description:
1. display form position with click on form-name
2. display hidden fields
3. display value of password fields
4. show "input"-tag on mouse over
5. show values of select-lists (with selected value)
6. show on click the position of the element in the website (blink element)                    

एक्सटेंशन की मूल जानकारी

नाम Formalyse: Debug your web form Formalyse: Debug your web form
ID lmglffpnjekeloehgkamfdkhjonohblj
आधिकारिक URL https://chromewebstore.google.com/detail/formalyse-debug-your-web/lmglffpnjekeloehgkamfdkhjonohblj
विवरण Analyze HTML forms in a website
फ़ाइल का आकार 26.63 KB
स्थापना संख्या 1,179
वर्तमान संस्करण 1.0.11
अंतिम अपडेट 2018-03-08
प्रकाशन तिथि 2018-03-08
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Androidium
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "formalyse.png",
        "default_popup": "popup.html"
    },
    "description": "Analyze HTML forms in a website",
    "icons": {
        "128": "formalyse.png"
    },
    "manifest_version": 2,
    "name": "Formalyse: Debug your web form",
    "offline_enabled": true,
    "permissions": [
        "activeTab"
    ],
    "short_name": "Formalyse",
    "version": "1.0.11",
    "web_accessible_resources": [
        "eye.png",
        "eye_red.png",
        "lock_icon.gif",
        "option_uncheck.png",
        "post_get.png"
    ]
}