Remember Form Inputs

Remeber from input values.

Remember Form Inputsคืออะไร?

Remember Form Inputs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.crossl.net และคุณลักษณะหลักของมันคือ "Remeber from input values."

ภาพหน้าจอของส่วนขยาย

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Remember Form Inputs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This program is a Chrome extension that allows you to remember the contents of the form input and restore it at any time.

It is convenient to save time and effort to enter the same content in the test.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Remember Form Inputs Remember Form Inputs
ID fcolhfpojmepceidnkkannbfpegihmhl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remember-form-inputs/fcolhfpojmepceidnkkannbfpegihmhl
คำอธิบาย Remeber from input values.
ขนาดไฟล์ 38.08 KB
จำนวนการติดตั้ง 1,479
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2017-03-10
วันที่เผยแพร่ 2017-03-09
คะแนน 3.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.crossl.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/konkon1234/remember-form-inputs
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remember Form Inputs",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Remeber from input values.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "jquery-3.1.1.slim.min.js",
        "remember-inputs.js"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.slim.min.js",
                "remember-inputs.js"
            ],
            "run_at": "document_end"
        }
    ]
}