Textarea Checker
Generate data for checking textarea field for injections
Textarea Checker là gì?
Textarea Checker là một tiện ích mở rộng Chrome được phát triển bởi https://ivanova-irina.blogspot.com, và tính năng chính của nó là "Generate data for checking textarea field for injections".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Textarea Checker
Tải xuống các tệp mở rộng Textarea Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Textarea Checker |
ID | gomnbfgdoefjhpahcbahpeppplelepdd |
URL Chính Thức | https://chromewebstore.google.com/detail/textarea-checker/gomnbfgdoefjhpahcbahpeppplelepdd |
Mô tả | Generate data for checking textarea field for injections |
Kích Thước Tệp | 12.8 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2019-11-04 |
Ngày Phát Hành | 2019-11-04 |
Nhà Phát Triển | https://ivanova-irina.blogspot.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gitlab.com/irina-ivanova-extensions/textarea-checker |
URL Trang Trợ Giúp | https://gitlab.com/irina-ivanova-extensions/textarea-checker |
Ngôn Ngữ Được Hỗ Trợ | 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]" } } |