Simple Form Recovery

Never lose anything you type into a web form again!

Simple Form Recoveryคืออะไร?

Simple Form Recovery เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kornnflake และคุณลักษณะหลักของมันคือ "Never lose anything you type into a web form again!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Form Recovery

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}