By: klml
Inspect and view changes in text2form source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "text2form",
"version": "1.2",
"description": "Filling many inputs (Addressforms, Applications, Payments etc) with content from a textarea separated by Newlines.",
"homepage_url": "https://github.com/klml/text2form.addon",
"applications": {
"gecko": {
"id": "addon_text2form@klml.de",
"strict_min_version": "60.0"
}
},
"icons": {
"48": "icons/t2f__48.jpg"
},
"browser_action": {
"default_icon": "icons/t2f__32.jpg"
},
"background": {
"scripts": [
"background.js"
]
},
"sidebar_action": {
"default_icon": "icons/t2f__48.jpg",
"default_title": "Spread text to form",
"default_panel": "sidebar/panel.html"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"content-script.js"
]
}
],
"permissions": [
"tabs"
]
} Best text2form Alternatives
Here are some Firefox add-ons that are similar to text2form: