Unlock Field Limits
Enabled all field, Remove 'Max Length' of field
什麼是Unlock Field Limits?
Unlock Field Limits是由Mario Gosparini開發的Chrome擴展程式,該擴展的主要功能是“Enabled all field, Remove 'Max Length' of field”。
擴展截圖
下載Unlock Field Limits擴展crx文件
下載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)
擴展基本資訊
名稱 | |
ID | mefkndenjaobjhlpnknaffnbgakobclb |
官方網址 | 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" } |