Autosave Online

GPL-3.0+ A lightweight form-capturing utility.

Qu'est-ce que Autosave Online ?

Autosave Online est une extension Chrome développée par gibryonbhojraj, et sa fonction principale est "GPL-3.0+ A lightweight form-capturing utility.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Autosave Online

Téléchargez les fichiers d'extension Autosave Online au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Autosave Online Autosave Online
ID ljijddicadnhbekjfekaaidblacjileo
URL Officiel https://chromewebstore.google.com/detail/autosave-online/ljijddicadnhbekjfekaaidblacjileo
Description GPL-3.0+ A lightweight form-capturing utility.
Taille du Fichier 18.53 KB
Nombre d'Installations 82
Version Actuelle 0.0.5
Dernière Mise à Jour 2016-11-08
Date de Publication 2016-11-08
Évaluation 3.50/5 Total 2 Évaluations
Développeur gibryonbhojraj
Type de Paiement free
Site Web de l'Extension https://addons.mozilla.org/en-US/firefox/addon/autosave-online/
Langues Prises en Charge 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"
    }
}