Force Autocomplete
Force autocomplete attribute in input fields to be on.
什麼是Force Autocomplete?
Force Autocomplete是由https://www.numediaweb.com開發的Chrome擴展程式,該擴展的主要功能是“Force autocomplete attribute in input fields to be on.”。
擴展截圖
下載Force Autocomplete擴展crx文件
下載Force Autocomplete擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Force "autocomplete" attribute in input fields to be "on". Allows form fields to remember what you typed the next time you re-visit them. 擴展基本資訊
| 名稱 | |
| ID | piechbhjioolbecaioglhamjjjkmbchj |
| 官方網址 | https://chromewebstore.google.com/detail/force-autocomplete/piechbhjioolbecaioglhamjjjkmbchj |
| 簡介 | Force autocomplete attribute in input fields to be on. |
| 檔案大小 | 96.9 KB |
| 安裝次數 | 898 |
| 目前版本 | 1.1 |
| 更新時間 | 2015-02-25 |
| 上架時間 | 2015-02-25 |
| 評分 | 3.09/5 共 11 次評分 |
| 開發者 | https://www.numediaweb.com |
| 付費類型 | free |
| 擴展官網 | https://github.com/numediaweb/nw_force_autocomplete |
| 說明頁面URL | https://github.com/numediaweb/nw_force_autocomplete |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Force Autocomplete",
"version": "1.1",
"author": "NUMEDIAWEB",
"content_scripts": [
{
"js": [
"assets\/js\/jquery-2.1.3.min.js",
"assets\/js\/jquery.nw.force_autocomplete.js",
"app.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "Force autocomplete attribute in input fields to be on.",
"icons": {
"16": "assets\/images\/icon16.png",
"32": "assets\/images\/icon32.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
}
} | |