Aratools Arabic-English Dictionary

Translate and get prefix and suffix morphology, parts of speech of Arabic words.

¿Qué es Aratools Arabic-English Dictionary?

Aratools Arabic-English Dictionary es una extensión de Chrome desarrollada por Chris Barkachi, y su función principal es "Translate and get prefix and suffix morphology, parts of speech of Arabic words.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Aratools Arabic-English Dictionary

Descarga archivos de extensión Aratools Arabic-English Dictionary en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ✅ Prefix and suffix morphology
✅ POS information
✅ Root definition
✅ Over 80,000 stems in dictionary
✅ Sortable result table
✅ Latin transliteration available (darasa ➡ درس)
✅ Especially suited for translating Arabic news sources or for Arabic language learners
✅ Crossplatform (see the Aratools site for a web version and downloadable native computer and mobile versions)

⌨ Shortcut: After highlighting a word, type Ctrl+Shift+A on Windows or Command+Shift+A on Mac to view definitions and roots instantly.

💘 Made for Aratools, an incredible service available at http://aratools.com/. Aratools is the result of of a longstanding linguistics project known as AraMorph.

👩‍💻 AraMorph is a Java port of the homonym product developed in Perl by Tim Buckwalter on behalf of the Linguistic Data Consortium (LDC).

ترجمة والحصول على بادئة واللاحقة المورفولوجيا ، أجزاء الكلام من الكلمات العربية.
✅ بادئة لاحقة المورفولوجيا
✅ معلومات أجزاء من الكلام
✅ تعريف الجذر
✅ أكثر من 80000 جذور في القاموس
✅ جدول النتائج القابل للفرز
✅ الترجمة اللاتينية المتاحة (darasa ➡ درس)
✅ مناسب بشكل خاص لترجمة مصادر الأخبار العربية أو لمتعلمي اللغة العربية
✅ للحصول على إصدار ويب وكمبيوتر أصلي وإصدارات محمولة قابلة للتنزيل انظر موقع Aratools

⌨ بعد تمييز كلمة ، استخدم الاختصارات التالية لعرض التعريفات والجذور
نظام التشغيل Windows: Ctrl + Shift ⇧ + A
نظام التشغيل Mac: Command ⌘ + Shift ⇧ + A

💘 :صنعت هذه الأدوات لموقع آراتولز
http://aratools.com/

👩‍💻 AraMorph هو منفذ للمنتج الأصلي الذي قدمه Tim Buckwalter نيابة عن Linguistic Data Consortium.                    

Información Básica de la Extensión

Nombre Aratools Arabic-English Dictionary Aratools Arabic-English Dictionary
ID gdoealibegpiniendldahkilkndneoco
URL Oficial https://chromewebstore.google.com/detail/aratools-arabic-english-d/gdoealibegpiniendldahkilkndneoco
Descripción Translate and get prefix and suffix morphology, parts of speech of Arabic words.
Tamaño del Archivo 51.12 KB
Cantidad de Instalaciones 314
Versión Actual 0.3.1
Última Actualización 2020-08-21
Fecha de Publicación 2020-07-25
Desarrollador Chris Barkachi
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aratools Arabic-English Dictionary",
    "version": "0.3.1",
    "description": "Translate and get prefix and suffix morphology, parts of speech of Arabic words.",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Query",
        "default_popup": "index.html",
        "default_icon": "qaf.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            }
        }
    },
    "icons": {
        "128": "qaf.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}