Force Autocomplete

Force autocomplete attribute in input fields to be on.

Force Autocompleteคืออะไร?

Force Autocomplete เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.numediaweb.com และคุณลักษณะหลักของมันคือ "Force autocomplete attribute in input fields to be on."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Force Autocomplete

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

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

                        Force "autocomplete" attribute in input fields to be "on". Allows form fields to remember what you typed the next time you re-visit them.                    

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

ชื่อ Force Autocomplete Force Autocomplete
ID piechbhjioolbecaioglhamjjjkmbchj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/force-autocomplete/piechbhjioolbecaioglhamjjjkmbchj
คำอธิบาย Force autocomplete attribute in input fields to be on.
ขนาดไฟล์ 96.9 KB
จำนวนการติดตั้ง 898
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-02-25
วันที่เผยแพร่ 2015-02-25
คะแนน 3.09/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://www.numediaweb.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/numediaweb/nw_force_autocomplete
URL หน้าช่วยเหลือ https://github.com/numediaweb/nw_force_autocomplete
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force Autocomplete",
    "version": "1.1",
    "author": "NUMEDIAWEB",
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery-2.1.3.min.js",
                "assets\/js\/jquery.nw.force_autocomplete.js",
                "app.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Force autocomplete attribute in input fields to be on.",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    }
}