Arabdict

Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.

Arabdictคืออะไร?

Arabdict เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Katvin Kassani และคุณลักษณะหลักของมันคือ "Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Arabdict

ดาวน์โหลดไฟล์ส่วนขยาย Arabdict ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The dictionary is intended to reproduce the various Arabic terms commonly used in the different Arabic countries. Arabdict is intended to be more than a conventional dictionary. Therefore it also contains examples, remarks, synonyms and idiomatic expressions. Arabdict is intended to be an aid for students, translators and interpreters who deal with economic, legal and political texts. The use of Arabdict is free of charge                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Arabdict Arabdict
ID obbhfaggdoihpgmmdmoobbfaminbngka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arabdict/obbhfaggdoihpgmmdmoobbfaminbngka
คำอธิบาย Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.
ขนาดไฟล์ 23.84 KB
จำนวนการติดตั้ง 333
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2020-11-08
วันที่เผยแพร่ 2020-11-01
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Katvin Kassani
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/katvin
ภาษาที่รองรับ ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Arabdict",
    "version": "2.0.0",
    "description": "Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}