Autosave Online

GPL-3.0+ A lightweight form-capturing utility.

Autosave Online란 무엇입니까?

Autosave Online은(는) gibryonbhojraj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GPL-3.0+ A lightweight form-capturing utility."입니다.

확장 프로그램 스크린샷

screenshot

Autosave Online 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 Autosave Online Autosave Online
ID ljijddicadnhbekjfekaaidblacjileo
공식 URL https://chromewebstore.google.com/detail/autosave-online/ljijddicadnhbekjfekaaidblacjileo
설명 GPL-3.0+ A lightweight form-capturing utility.
파일 크기 18.53 KB
설치 횟수 82
현재 버전 0.0.5
최근 업데이트 2016-11-08
출시 날짜 2016-11-08
평점 3.50/5 총 2 개의 평점
개발자 gibryonbhojraj
결제 유형 free
확장 프로그램 웹 사이트 https://addons.mozilla.org/en-US/firefox/addon/autosave-online/
지원되는 언어 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"
    }
}