Textarea Checker
Generate data for checking textarea field for injections
What is Textarea Checker?
Textarea Checker is a Chrome extension developed by https://ivanova-irina.blogspot.com, and its main feature is "Generate data for checking textarea field for injections".
Extension Screenshots
Download Textarea Checker Extension CRX File
Download Textarea Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Textarea Checker |
ID | gomnbfgdoefjhpahcbahpeppplelepdd |
Official URL | https://chromewebstore.google.com/detail/textarea-checker/gomnbfgdoefjhpahcbahpeppplelepdd |
Description | Generate data for checking textarea field for injections |
File Size | 12.8 KB |
Installation Count | 33 |
Current Version | 3.0 |
Last Updated | 2019-11-04 |
Publish Date | 2019-11-04 |
Developer | https://ivanova-irina.blogspot.com |
[email protected] | |
Payment Type | free |
Extension Website | https://gitlab.com/irina-ivanova-extensions/textarea-checker |
Help Page URL | https://gitlab.com/irina-ivanova-extensions/textarea-checker |
Supported Languages | 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]" } } |