Not another spanish dictionary
Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios.
Not another spanish dictionary란 무엇입니까?
Not another spanish dictionary은(는) http://notanotherdictionary.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios."입니다.
확장 프로그램 스크린샷
Not another spanish dictionary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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)
확장 프로그램 기본 정보
이름 | |
ID | gejmhpoedicmokjnghhiolaimondljoa |
공식 URL | https://chrome.google.com/webstore/detail/not-another-spanish-dicti/gejmhpoedicmokjnghhiolaimondljoa |
설명 | Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios. |
파일 크기 | 2.13 MB |
설치 횟수 | 232 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-08-26 |
출시 날짜 | 2020-02-26 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://notanotherdictionary.blogspot.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" ] } |