Textarea Checker
Generate data for checking textarea field for injections
什么是Textarea Checker?
Textarea Checker是由https://ivanova-irina.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Generate data for checking textarea field for injections”。
扩展截图
下载Textarea Checker扩展crx文件
下载Textarea Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
NB! This is a dead project! It's not supported anymore, so there is no guarantee that it will work on latest browser's versions. It's useful for web testers or developers, who want to check does special symbols in textarea HTML field are being processed properly. All you need is to check or uncheck options that you want to test. Result will be automatically copied into clipboard. In the options you can define values and titles of the rows. Hot keys are available: numbers 0-9 (0 - check or uncheck all values). GitLab repo: https://gitlab.com/irina-ivanova-extensions/textarea-checker
扩展基本信息
名称 | Textarea Checker |
ID | gomnbfgdoefjhpahcbahpeppplelepdd |
官方URL | https://chromewebstore.google.com/detail/textarea-checker/gomnbfgdoefjhpahcbahpeppplelepdd |
简介 | Generate data for checking textarea field for injections |
文件大小 | 12.8 KB |
安装次数 | 33 |
当前版本 | 3.0 |
更新时间 | 2019-11-04 |
上架时间 | 2019-11-04 |
开发者 | https://ivanova-irina.blogspot.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://gitlab.com/irina-ivanova-extensions/textarea-checker |
帮助页面URL | https://gitlab.com/irina-ivanova-extensions/textarea-checker |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Textarea Checker", "version": "3.0", "manifest_version": 2, "description": "Generate data for checking textarea field for injections", "homepage_url": "https:\/\/gitlab.com\/irina-ivanova-extensions\/textarea-checker", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "index.html" }, "content_security_policy": "default-src 'self'", "options_page": "options.html", "permissions": [ "clipboardWrite", "storage" ], "author": { "name": "Irina Ivanova", "email": "[email protected]" } } |