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”。
擴展截圖
下載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 |
ID | gomnbfgdoefjhpahcbahpeppplelepdd |
官方網址 | 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 |
電子郵箱 | [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]" } } |