Textarea Checker
Generate data for checking textarea field for injections
Textarea Checker क्या है?
Textarea Checker https://ivanova-irina.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate data for checking textarea field for injections"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Textarea Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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]" } } |