Simple Form Recovery

Never lose anything you type into a web form again!

Simple Form Recovery란 무엇입니까?

Simple Form Recovery은(는) kornnflake에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never lose anything you type into a web form again!"입니다.

Simple Form Recovery 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Simple Form Recovery Simple Form Recovery
ID cieifohdikchafcbdjbcmkdiabggalhp
공식 URL https://chrome.google.com/webstore/detail/simple-form-recovery/cieifohdikchafcbdjbcmkdiabggalhp
설명 Never lose anything you type into a web form again!
파일 크기 51.54 KB
설치 횟수 564
현재 버전 0.3.1
최근 업데이트 2012-11-11
출시 날짜 2012-11-11
평점 2.15/5 총 26 개의 평점
개발자 kornnflake
결제 유형 free
지원되는 언어 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
}