Formalyse: Debug your web form
Analyze HTML forms in a website
什麼是Formalyse: Debug your web form?
Formalyse: Debug your web form是由Androidium開發的Chrome擴展程式,該擴展的主要功能是“Analyze HTML forms in a website”。
擴展截圖
下載Formalyse: Debug your web form擴展crx文件
下載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 |
官方網址 | 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" ] } |