Textarea Checker
Generate data for checking textarea field for injections
Textarea Checkerคืออะไร?
Textarea Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ivanova-irina.blogspot.com และคุณลักษณะหลักของมันคือ "Generate data for checking textarea field for injections"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Textarea Checker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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]" } } |