Not another spanish dictionary
Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios.
O que é Not another spanish dictionary?
Not another spanish dictionary é uma extensão do Chrome desenvolvida por http://notanotherdictionary.blogspot.com, e sua principal característica é "Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Not another spanish dictionary
Baixe arquivos de extensão Not another spanish dictionary 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
There are many spanish dictionaries, but this tool is not a dictionary, it is something different. It allows working with words using rules, databases and many hours of work. The operations currently available are: * Conjugate verbs * Deduce verbal conjugation * Search synonyms and antonyms * Separate into syllables and calculate difficulty of the word * Search for words start with ... * Search for words end with ... * Gender and number * Prefixes and suffixes * Cardinal, ordinal and Roman numbers In the future there will be more. Useful tool for students. Work offline. (Some of the synonyms come from the work of rla-es)
Informações Básicas da Extensão
Nome | |
ID | gejmhpoedicmokjnghhiolaimondljoa |
URL Oficial | https://chrome.google.com/webstore/detail/not-another-spanish-dicti/gejmhpoedicmokjnghhiolaimondljoa |
Descrição | Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios. |
Tamanho do Arquivo | 2.13 MB |
Contagem de Instalações | 232 |
Versão Atual | 1.1 |
Última Atualização | 2020-08-26 |
Data de Publicação | 2020-02-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://notanotherdictionary.blogspot.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.1", "description": "Herramienta para consultar dudas sobre ortograf\u00eda y gram\u00e1tica. Incluye buscadores en varios diccionarios.", "default_locale": "en", "browser_action": { "default_icon": "icon32.png" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "web_accessible_resources": [ "editor.css", "scripts\/*", "jsESlanguage\/*", "main.html" ] } |