Recover-E: Form manual recovery. Recover input and textarea elements after form crash/refresh/close.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Recover-E",
"description": "Recover-E: Form Auto + Manual Recovery",
"version": "1.1resigned1",
"homepage_url": "http://temp.com",
"icons": {
"32": "icons/recover-e-32.png",
"48": "icons/recover-e-48.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"context.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{abca032c-1eea-4ba3-a18f-48ae7f9ee9e5}"
}
}
}