Form Templates
Helps developers to test web forms again and again with templates for generating dummy data (at the moment only german data).
Form Templates क्या है?
Form Templates McSodbrenner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps developers to test web forms again and again with templates for generating dummy data (at the moment only german data)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Form Templates एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You have to test a big form and have to fill the complete form again and again? Then this extension is for you. It helps you to generate dummy data and to fill the complete form with just one keyboard shortcut. And you are able to create templates if you want to fill in the same data again and again with some dummy data. Very useful if you have a catch all email address: Use the placeholder # to generate a counting number each page reload. For example in test#@yourdomain.com. Take a look at the screenshots on how to use it.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | nnlhpmkdmolhbkbnmiambphhkepekomh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/form-templates/nnlhpmkdmolhbkbnmiambphhkepekomh |
विवरण | Helps developers to test web forms again and again with templates for generating dummy data (at the moment only german data). |
फ़ाइल का आकार | 51.8 KB |
स्थापना संख्या | 223 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-03-31 |
प्रकाशन तिथि | 2018-03-31 |
रेटिंग | 3.48/5 कुल 27 रेटिंग्स |
डेवलपर | McSodbrenner |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Form Templates", "version": "1.0", "description": "Helps developers to test web forms again and again with templates for generating dummy data (at the moment only german data).", "icons": { "128": "icon.png" }, "browser_action": { "default_popup": "popup.htm" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.min.js", "jquery.devform.js", "jquery.hotkeys.js", "jquery.dummy.js", "init.js" ], "run_at": "document_idle", "all_frames": true } ] } |