Aratools Arabic-English Dictionary

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

Что такое Aratools Arabic-English Dictionary?

Aratools Arabic-English Dictionary - это расширение Chrome, разработанное Chris Barkachi, и его основная функция - "Translate and get prefix and suffix morphology, parts of speech of Arabic words.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Aratools Arabic-English Dictionary

Скачайте файлы расширений Aratools Arabic-English Dictionary в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ✅ 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.                    

Основная информация о расширении

Название Aratools Arabic-English Dictionary Aratools Arabic-English Dictionary
ID gdoealibegpiniendldahkilkndneoco
Официальный URL https://chromewebstore.google.com/detail/aratools-arabic-english-d/gdoealibegpiniendldahkilkndneoco
Описание Translate and get prefix and suffix morphology, parts of speech of Arabic words.
Размер файла 51.12 KB
Количество установок 314
Текущая Версия 0.3.1
Последнее Обновление 2020-08-21
Дата публикации 2020-07-25
Разработчик Chris Barkachi
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        ]
    }
}