Autocomplete on
Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.
什麼是Autocomplete on?
Autocomplete on是由Tomas Kafka開發的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擴充功能。
擴展使用說明
autocomplete_on =============== chrome extension to turn on autocomplete https://chrome.google.com/webstore/detail/autocomplete-on/gdhbgagnmhdafendedikgjimegoipbnk 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 | dmgaojnlejjhojlgplleamihdkffahbg |
官方網址 | https://chrome.google.com/webstore/detail/autocomplete-on/dmgaojnlejjhojlgplleamihdkffahbg |
簡介 | Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered. |
檔案大小 | 5.71 KB |
安裝次數 | 362 |
目前版本 | 1.0 |
更新時間 | 2017-05-30 |
上架時間 | 2017-05-30 |
開發者 | Tomas Kafka |
付費類型 | 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 } |