Learn 2 Spell
Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.
Что такое Learn 2 Spell?
Learn 2 Spell - это расширение Chrome, разработанное rolandnsharp, и его основная функция - "Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.".
Снимки экрана расширения
Скачать файл CRX расширения Learn 2 Spell
Скачайте файлы расширений Learn 2 Spell в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Learn spelling and vocabulary with touch-typing drills.
Save words you come across on internet that you would like to learn, by highlighting and using the right-click menu. Then go into the 'Drill Spelling Words' section and commit them to memory.
Definitions are automatically pulled from Wiktionary to help build your vocabulary. Основная информация о расширении
| Название | |
| ID | bajhagkohgdkapnbflodncdgmpfhkolc |
| Официальный URL | https://chromewebstore.google.com/detail/learn-2-spell/bajhagkohgdkapnbflodncdgmpfhkolc |
| Описание | Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu. |
| Размер файла | 113 KB |
| Количество установок | 284 |
| Текущая Версия | 4.2 |
| Последнее Обновление | 2014-01-06 |
| Дата публикации | 2014-01-05 |
| Рейтинг | 3.75/5 Всего 4 оценок |
| Разработчик | rolandnsharp |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Learn 2 Spell",
"description": "Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.",
"version": "4.2",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/en.wiktionary.org; object-src 'self'",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "2.png"
},
"icons": {
"128": "icon.png",
"16": "2.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/en.wiktionary.org\/",
"http:\/\/en.wiktionary.org\/",
"background",
"tabs",
"contextMenus",
"storage",
"unlimitedStorage",
"notifications"
]
} | |