Autocomplete on
Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.
什麼是Autocomplete on?
Autocomplete on是由nunnun開發的Chrome擴展程式,該擴展的主要功能是“Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.”。
下載Autocomplete on擴展crx文件
下載Autocomplete on擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Originally a Clone of https://chrome.google.com/webstore/detail/autocomplete-on/ecpgkdflcnofdbbkiggklcfmgbnbabhh/related made a clone because I couldn't trust that the other one wouldn't be auto-updated and start stealing my passwords. I don't trust any extensions that want access to all websites I visit! Consider making your own clone :) Source code: https://github.com/kzahel/autocomplete_on
擴展基本資訊
名稱 | ![]() |
ID | bkncfhcejmndlbbdhnkflblbefkdpgjh |
官方網址 | https://chrome.google.com/webstore/detail/autocomplete-on/bkncfhcejmndlbbdhnkflblbefkdpgjh |
簡介 | Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered. |
檔案大小 | 5.26 KB |
安裝次數 | 117 |
目前版本 | 1.0 |
更新時間 | 2014-01-12 |
上架時間 | 2014-01-12 |
評分 | 1.00/5 共 2 次評分 |
開發者 | nunnun |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "autocomplete.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.", "icons": { "32": "icon32.png" }, "name": "Autocomplete on", "version": "1.0", "manifest_version": 2 } |