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ファイルをダウンロード
Not another spanish dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |