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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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]"
    }
}