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是由Chris Barkachi開發的Chrome擴展程式,該擴展的主要功能是“Translate and get prefix and suffix morphology, parts of speech of Arabic words.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Aratools Arabic-English Dictionary擴展crx文件

下載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
官方網址 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"
        ]
    }
}