Simple Form Recovery

Never lose anything you type into a web form again!

Vad är Simple Form Recovery?

Simple Form Recovery är en Chrome-tillägg utvecklad av kornnflake, och dess huvudfunktion är "Never lose anything you type into a web form again!".

Ladda ner Simple Form Recovery-förlängningens CRX-fil

Ladda ner Simple Form Recovery-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Simple Form Recovery Simple Form Recovery
ID cieifohdikchafcbdjbcmkdiabggalhp
Officiell webbadress https://chrome.google.com/webstore/detail/simple-form-recovery/cieifohdikchafcbdjbcmkdiabggalhp
Beskrivning Never lose anything you type into a web form again!
Filstorlek 51.54 KB
Antal Installationer 564
Aktuell Version 0.3.1
Senast Uppdaterad 2012-11-11
Publiceringsdatum 2012-11-11
Betyg 2.15/5 Totalt 26 Betyg
Utvecklare kornnflake
Betalningssätt free
Stödda Språk 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
}