Formalyse: Debug your web form
Analyze HTML forms in a website
Τι είναι το Formalyse: Debug your web form;
Το Formalyse: Debug your web form είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Androidium, και η κύρια λειτουργία του είναι "Analyze HTML forms in a website".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Formalyse: Debug your web form
Λήψη αρχείων επέκτασης Formalyse: Debug your web form σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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" ] } |