AcON
Enable autocomplete on all elements in all forms in all frames.
什麼是AcON?
AcON是由Ariesgeek開發的Chrome擴展程式,該擴展的主要功能是“Enable autocomplete on all elements in all forms in all frames.”。
擴展截圖
下載AcON擴展crx文件
下載AcON擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Like many others, this un-assholes websites by finding all attempts to disable autocomplete and undoing those attempts. Unlike others, this one not only checks all form attributes and all form element attributes, but it also makes sure that ALL forms and form elements are checked -- even those in frames that are inside frames that are inside frames, etc.
擴展基本資訊
名稱 | |
ID | hgomhdjjeblgoojjdiceliecfifgaiab |
官方網址 | https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab |
簡介 | Enable autocomplete on all elements in all forms in all frames. |
檔案大小 | 10.78 KB |
安裝次數 | 73 |
目前版本 | 1.0.0.0 |
更新時間 | 2015-11-14 |
上架時間 | 2015-11-14 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Ariesgeek |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "acon.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "AcON", "short_name": "AcON", "description": "Enable autocomplete on all elements in all forms in all frames.", "version": "1.0.0.0" } |