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文件

下載Simple Form Recovery擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}