Textarea Checker

Generate data for checking textarea field for injections

Co je Textarea Checker?

Textarea Checker je rozšíření Chrome vyvinuté https://ivanova-irina.blogspot.com, a jeho hlavní funkcí je „Generate data for checking textarea field for injections“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Textarea Checker

Stáhněte si soubory rozšíření Textarea Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Textarea Checker Textarea Checker
ID gomnbfgdoefjhpahcbahpeppplelepdd
Oficiální URL https://chromewebstore.google.com/detail/textarea-checker/gomnbfgdoefjhpahcbahpeppplelepdd
Popis Generate data for checking textarea field for injections
Velikost souboru 12.8 KB
Počet instalací 33
Aktuální Verze 3.0
Poslední Aktualizace 2019-11-04
Datum Vydání 2019-11-04
Vývojář https://ivanova-irina.blogspot.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://gitlab.com/irina-ivanova-extensions/textarea-checker
URL Stránky Nápovědy https://gitlab.com/irina-ivanova-extensions/textarea-checker
Podporované Jazyky 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]"
    }
}