Auto-complete
Auto-complete for the desktop web.
Что такое Auto-complete?
Auto-complete - это расширение Chrome, разработанное Mike Holly, и его основная функция - "Auto-complete for the desktop web.".
Снимки экрана расширения
Скачать файл CRX расширения Auto-complete
Скачайте файлы расширений 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"
]
}
]
} | |