Textarea Checker

Generate data for checking textarea field for injections

Wat is Textarea Checker?

Textarea Checker is een Chrome-extensie ontwikkeld door https://ivanova-irina.blogspot.com, en de belangrijkste functie is "Generate data for checking textarea field for injections".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Textarea Checker

Download Textarea Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Textarea Checker Textarea Checker
ID gomnbfgdoefjhpahcbahpeppplelepdd
Officiële URL https://chromewebstore.google.com/detail/textarea-checker/gomnbfgdoefjhpahcbahpeppplelepdd
Beschrijving Generate data for checking textarea field for injections
Bestandsgrootte 12.8 KB
Aantal Installaties 33
Huidige Versie 3.0
Laatst Bijgewerkt 2019-11-04
Publicatiedatum 2019-11-04
Ontwikkelaar https://ivanova-irina.blogspot.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gitlab.com/irina-ivanova-extensions/textarea-checker
Help Pagina-URL https://gitlab.com/irina-ivanova-extensions/textarea-checker
Ondersteunde Talen 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]"
    }
}