Not another spanish dictionary
Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios.
Not another spanish dictionary là gì?
Not another spanish dictionary là một tiện ích mở rộng Chrome được phát triển bởi http://notanotherdictionary.blogspot.com, và tính năng chính của nó là "Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Not another spanish dictionary
Tải xuống các tệp mở rộng Not another spanish dictionary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gejmhpoedicmokjnghhiolaimondljoa |
URL Chính Thức | https://chrome.google.com/webstore/detail/not-another-spanish-dicti/gejmhpoedicmokjnghhiolaimondljoa |
Mô tả | Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios. |
Kích Thước Tệp | 2.13 MB |
Số Lần Cài Đặt | 232 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-08-26 |
Ngày Phát Hành | 2020-02-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://notanotherdictionary.blogspot.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |