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