Textarea Checker
Generate data for checking textarea field for injections
¿Qué es Textarea Checker?
Textarea Checker es una extensión de Chrome desarrollada por https://ivanova-irina.blogspot.com, y su función principal es "Generate data for checking textarea field for injections".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Textarea Checker
Descarga archivos de extensión Textarea Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Textarea Checker |
ID | gomnbfgdoefjhpahcbahpeppplelepdd |
URL Oficial | https://chromewebstore.google.com/detail/textarea-checker/gomnbfgdoefjhpahcbahpeppplelepdd |
Descripción | Generate data for checking textarea field for injections |
Tamaño del Archivo | 12.8 KB |
Cantidad de Instalaciones | 33 |
Versión Actual | 3.0 |
Última Actualización | 2019-11-04 |
Fecha de Publicación | 2019-11-04 |
Desarrollador | https://ivanova-irina.blogspot.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://gitlab.com/irina-ivanova-extensions/textarea-checker |
URL de la Página de Ayuda | https://gitlab.com/irina-ivanova-extensions/textarea-checker |
Idiomas Soportados | 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]" } } |