Not another spanish dictionary

Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios.

Qu'est-ce que Not another spanish dictionary ?

Not another spanish dictionary est une extension Chrome développée par http://notanotherdictionary.blogspot.com, et sa fonction principale est "Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Not another spanish dictionary

Téléchargez les fichiers d'extension Not another spanish dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Not another spanish dictionary Not another spanish dictionary
ID gejmhpoedicmokjnghhiolaimondljoa
URL Officiel https://chrome.google.com/webstore/detail/not-another-spanish-dicti/gejmhpoedicmokjnghhiolaimondljoa
Description Herramienta para consultar dudas sobre ortografía y gramática. Incluye buscadores en varios diccionarios.
Taille du Fichier 2.13 MB
Nombre d'Installations 232
Version Actuelle 1.1
Dernière Mise à Jour 2020-08-26
Date de Publication 2020-02-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://notanotherdictionary.blogspot.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}