Simple Form Recovery

Never lose anything you type into a web form again!

Wat is Simple Form Recovery?

Simple Form Recovery is een Chrome-extensie ontwikkeld door kornnflake, en de belangrijkste functie is "Never lose anything you type into a web form again!".

Download het CRX-bestand van de extensie Simple Form Recovery

Download Simple Form Recovery-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Simple Form Recovery Simple Form Recovery
ID cieifohdikchafcbdjbcmkdiabggalhp
Officiële URL https://chrome.google.com/webstore/detail/simple-form-recovery/cieifohdikchafcbdjbcmkdiabggalhp
Beschrijving Never lose anything you type into a web form again!
Bestandsgrootte 51.54 KB
Aantal Installaties 564
Huidige Versie 0.3.1
Laatst Bijgewerkt 2012-11-11
Publicatiedatum 2012-11-11
Beoordeling 2.15/5 Totaal 26 Beoordelingen
Ontwikkelaar kornnflake
Betalingswijze free
Ondersteunde Talen 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
}