Learn 2 Spell
Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.
O que é Learn 2 Spell?
Learn 2 Spell é uma extensão do Chrome desenvolvida por rolandnsharp, e sua principal característica é "Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Learn 2 Spell
Baixe arquivos de extensão Learn 2 Spell no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Learn 2 Spell |
ID | bajhagkohgdkapnbflodncdgmpfhkolc |
URL Oficial | https://chromewebstore.google.com/detail/learn-2-spell/bajhagkohgdkapnbflodncdgmpfhkolc |
Descrição | Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu. |
Tamanho do Arquivo | 113 KB |
Contagem de Instalações | 284 |
Versão Atual | 4.2 |
Última Atualização | 2014-01-06 |
Data de Publicação | 2014-01-05 |
Classificação | 3.75/5 Total de 4 Avaliações |
Desenvolvedor | rolandnsharp |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |