Unlock Field Limits

Enabled all field, Remove 'Max Length' of field

Unlock Field Limitsคืออะไร?

Unlock Field Limits เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mario Gosparini และคุณลักษณะหลักของมันคือ "Enabled all field, Remove 'Max Length' of field"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unlock Field Limits

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

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

                        This plugin remove every restriction on fields automatically (MaxLength, Disabled, ...).

The plugin will change the background & color of fields modified (to inform user)                    

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

ชื่อ Unlock Field Limits Unlock Field Limits
ID mefkndenjaobjhlpnknaffnbgakobclb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/unlock-field-limits/mefkndenjaobjhlpnknaffnbgakobclb
คำอธิบาย Enabled all field, Remove 'Max Length' of field
ขนาดไฟล์ 6.03 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 2.8
อัปเดตครั้งล่าสุด 2015-09-29
วันที่เผยแพร่ 2015-09-29
ผู้พัฒนา Mario Gosparini
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Mario Gosparini",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Enabled all field, Remove 'Max Length' of field",
    "browser_action": {
        "default_icon": {
            "128": "icon.png",
            "16": "icon.png",
            "48": "icon48.png",
            "32": "icon.png",
            "64": "icon64.png",
            "19": "icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "hack.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "name": "Unlock Field Limits",
    "permissions": [
        "cookies",
        "tabs"
    ],
    "version": "2.8"
}