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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ✅ 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"
        ]
    }
}