Aratools Arabic-English Dictionary

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

Aratools Arabic-English Dictionary là gì?

Aratools Arabic-English Dictionary là một tiện ích mở rộng Chrome được phát triển bởi Chris Barkachi, và tính năng chính của nó là "Translate and get prefix and suffix morphology, parts of speech of Arabic words.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Aratools Arabic-English Dictionary

Tải xuống các tệp mở rộng Aratools Arabic-English 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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Aratools Arabic-English Dictionary Aratools Arabic-English Dictionary
ID gdoealibegpiniendldahkilkndneoco
URL Chính Thức https://chromewebstore.google.com/detail/aratools-arabic-english-d/gdoealibegpiniendldahkilkndneoco
Mô tả Translate and get prefix and suffix morphology, parts of speech of Arabic words.
Kích Thước Tệp 51.12 KB
Số Lần Cài Đặt 314
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2020-08-21
Ngày Phát Hành 2020-07-25
Nhà Phát Triển Chris Barkachi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}