avatar

表单君

应用简介

** The purpose of this extension is to help developers test their forms quickly and easily. **

This extension allows you to fill all form inputs (textboxes, textareas, radio buttons, dropdowns, etc.) with **random/dummy** data.

This extension is a must for developers who work with forms as it avoids the need for manually entering values in fields.

- Fills all text boxes in a form.
- Supports the maxlength property.
- Randomly selects radio buttons dropdown menus and checkboxes.
- Ignores CAPTCHA, hidden, disabled and readonly fields.
- Supports generating dummy data based on a regular expression.

配置文件

Code
1
{"update_url":"https:\/\/clients2.google.com\/service\/update2\/crx","name":"__MSG_extName__","version":"2.12.7","manifest_version":2,"description":"__MSG_extDescription__","author":"Gerald","homepage_url":"https:\/\/violentmonkey.github.io\/","icons":{"16":"public\/images\/icon16.png","48":"public\/images\/icon48.png","128":"public\/images\/icon128.png"},"default_locale":"en","browser_action":{"browser_style":true,"default_icon":{"16":"public\/images\/icon16.png","19":"public\/images\/icon19.png","32":"public\/images\/icon32.png","38":"public\/images\/icon38.png"},"default_title":"__MSG_extName__","default_popup":"popup\/index.html"},"background":{"page":"background\/index.html"},"options_page":"options\/index.html","options_ui":{"page":"options\/index.html","open_in_tab":true},"content_scripts":[{"js":["browser.js","injected-web.js","injected.js"],"matches":[""],"run_at":"document_start","all_frames":true}],"permissions":["tabs","","webRequest","webRequestBlocking","notifications","storage","unlimitedStorage","clipboardWrite","cookies"],"commands":{"_execute_browser_action":[],"dashboard":{"description":"__MSG_menuDashboard__"},"settings":{"description":"__MSG_labelSettings__"},"newScript":{"description":"__MSG_menuNewScript__"}},"minimum_chrome_version":"55.0","browser_specific_settings":{"gecko":{"id":"{aecec67f-0d10-4fa7-b7c7-609a2db280cf}","strict_min_version":"52.0"}}}
文章作者: Shaven
文章链接: http://soxiazai.com/2020/03/10/bnjjngeaknajbdcgpfkgnonkmififhfo/
下载(右键另存为)