Auto-complete
Auto-complete for the desktop web.
什么是Auto-complete?
Auto-complete是由Mike Holly开发的Chrome扩展程序,该扩展的主要功能是“Auto-complete for the desktop web.”。
扩展截图
下载Auto-complete扩展crx文件
下载Auto-complete扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"Complete" brings mobile-like auto-complete to the desktop web. It helps with increasing your typing speed, acts as a spelling reference and it can learn words as you type them.
Features include:
* Auto-complete text using TAB
* Knows 100,000 of the most commonly used English words
* Learns words on the current page (does not track them remotely)
* Learns words as you type them
* Click on a suggestion to insert it 扩展基本信息
| 名称 | |
| ID | aoifdlchnbljhopodkpaieedbchgjpmo |
| 官方URL | https://chromewebstore.google.com/detail/auto-complete/aoifdlchnbljhopodkpaieedbchgjpmo |
| 简介 | Auto-complete for the desktop web. |
| 文件大小 | 458 KB |
| 安装次数 | 807 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2017-01-03 |
| 上架时间 | 2017-01-03 |
| 评分 | 2.89/5 共9次评分 |
| 开发者 | Mike Holly |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Auto-complete",
"short_name": "Auto-complete",
"description": "Auto-complete for the desktop web.",
"version": "0.1.2",
"icons": {
"540": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"main.css"
],
"js": [
"words.js",
"main.js"
]
}
]
} | |