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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |