Not another spanish dictionary
Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios.
Co to jest Not another spanish dictionary?
Not another spanish dictionary to rozszerzenie Chrome opracowane przez http://notanotherdictionary.blogspot.com, a jego główną funkcją jest „Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Not another spanish dictionary
Pobierz pliki rozszerzeń Not another spanish dictionary w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gejmhpoedicmokjnghhiolaimondljoa |
Oficjalny URL | https://chrome.google.com/webstore/detail/not-another-spanish-dicti/gejmhpoedicmokjnghhiolaimondljoa |
Opis | Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios. |
Rozmiar pliku | 2.13 MB |
Liczba instalacji | 232 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-08-26 |
Data Publikacji | 2020-02-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://notanotherdictionary.blogspot.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |