Autosave Online

GPL-3.0+ A lightweight form-capturing utility.

Cos'è Autosave Online?

Autosave Online è un'estensione di Chrome sviluppata da gibryonbhojraj, e la sua funzione principale è "GPL-3.0+ A lightweight form-capturing utility.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Autosave Online

Scarica i file di estensione Autosave Online in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension checks your forms when you submit them or close the page, and saves whatever you've written.  Stop retyping paragraphs because the website timed out, or you accidentally close Chrome.

Worried about your privacy? This app exists 100% inside your computer and does not send data outside. You can always see the data that's stored and delete it at your convenience.

Icons courtesy of http://dryicons.com/                    

Informazioni di Base sull'Estensione

Nome Autosave Online Autosave Online
ID ljijddicadnhbekjfekaaidblacjileo
URL Ufficiale https://chromewebstore.google.com/detail/autosave-online/ljijddicadnhbekjfekaaidblacjileo
Descrizione GPL-3.0+ A lightweight form-capturing utility.
Dimensione del File 18.53 KB
Conteggio Installazioni 82
Versione Corrente 0.0.5
Ultimo Aggiornamento 2016-11-08
Data di Pubblicazione 2016-11-08
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore gibryonbhojraj
Tipo di Pagamento free
Sito Web dell'Estensione https://addons.mozilla.org/en-US/firefox/addon/autosave-online/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autosave Online",
    "manifest_version": 2,
    "version": "0.0.5",
    "description": "GPL-3.0+ A lightweight form-capturing utility.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "saveFormsWithListeners.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "browser_style": true,
        "default_popup": "accessSavedData.html"
    },
    "author": "Gibryon Bhojraj",
    "icons": {
        "16": "save16.png",
        "32": "save32.png",
        "48": "save48.png",
        "128": "save128.png"
    }
}