Simple Form Recovery

Never lose anything you type into a web form again!

What is Simple Form Recovery?

Simple Form Recovery is a Chrome extension developed by kornnflake, and its main feature is "Never lose anything you type into a web form again!".

Download Simple Form Recovery Extension CRX File

Download Simple Form Recovery extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Never lose anything you type into a web form again! This extension allows you to automatically persist your forms' text field values locally, until the form is submitted. That way, you don't loose any more precious data if you close accidentally your tab or your browser.

Uses the garlic.js library written by @guillaumepotier:
https://github.com/guillaumepotier/garlic.js

Chrome Extension maintained by @kornnflake                    

Extension Basic Information

Name Simple Form Recovery Simple Form Recovery
ID cieifohdikchafcbdjbcmkdiabggalhp
Official URL https://chrome.google.com/webstore/detail/simple-form-recovery/cieifohdikchafcbdjbcmkdiabggalhp
Description Never lose anything you type into a web form again!
File Size 51.54 KB
Installation Count 564
Current Version 0.3.1
Last Updated 2012-11-11
Publish Date 2012-11-11
Rating 2.15/5 Total 26 Ratings
Developer kornnflake
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Form Recovery",
    "description": "Never lose anything you type into a web form again!",
    "version": "0.3.1",
    "minimum_chrome_version": "2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "garlic-0.0.2.min.js",
                "app.js"
            ]
        }
    ],
    "manifest_version": 2
}