Autosave Online

GPL-3.0+ A lightweight form-capturing utility.

What is Autosave Online?

Autosave Online is a Chrome extension developed by gibryonbhojraj, and its main feature is "GPL-3.0+ A lightweight form-capturing utility.".

Extension Screenshots

screenshot

Download Autosave Online Extension CRX File

Download Autosave Online 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

                        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/                    

Extension Basic Information

Name Autosave Online Autosave Online
ID ljijddicadnhbekjfekaaidblacjileo
Official URL https://chromewebstore.google.com/detail/autosave-online/ljijddicadnhbekjfekaaidblacjileo
Description GPL-3.0+ A lightweight form-capturing utility.
File Size 18.53 KB
Installation Count 82
Current Version 0.0.5
Last Updated 2016-11-08
Publish Date 2016-11-08
Rating 3.50/5 Total 2 Ratings
Developer gibryonbhojraj
Payment Type free
Extension Website https://addons.mozilla.org/en-US/firefox/addon/autosave-online/
Supported Languages 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"
    }
}