Fahm Arabic Pop-up Dictionary

Hover, click or select to translate from Arabic to English

Fahm Arabic Pop-up Dictionaryคืออะไร?

Fahm Arabic Pop-up Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Malik Olivier Boussejra และคุณลักษณะหลักของมันคือ "Hover, click or select to translate from Arabic to English"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fahm Arabic Pop-up Dictionary

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

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

                        Similar to Rikai-chan for Japanese on Firefox or Zhongwen for Chinese on Chrome, except this extension is for Arabic.

Shows translation and *vocalization*, as well as radical stems. Analyzes and break apart any Arabic word for you.

Contrary to other translation tools that may exist, Fahm works offline, propose translation, add vocalizations (ـَـِـُ) and find the stem of word. This is aimed at learners.

Based on the dictionaries provided by Buckwalter (2004) and by the Aratools team (http://aratools.com/).

This is a fork of translate_onhover, from which the rendering engine was inspired.
The source code is GPL-licensed and can be found here: https://github.com/malikolivier/fahm


Reference:
Buckwalter, Tim. Buckwalter Arabic Morphological Analyzer Version 2.0 LDC2004L02. Web Download. Philadelphia: Linguistic Data Consortium, 2004.                    

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

ชื่อ Fahm Arabic Pop-up Dictionary Fahm Arabic Pop-up Dictionary
ID nmndkfhbopdpiocgcfkmppalkfjjgehe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fahm-arabic-pop-up-dictio/nmndkfhbopdpiocgcfkmppalkfjjgehe
คำอธิบาย Hover, click or select to translate from Arabic to English
ขนาดไฟล์ 1.13 MB
จำนวนการติดตั้ง 533
เวอร์ชันปัจจุบัน 0.1.7.0
อัปเดตครั้งล่าสุด 2018-04-16
วันที่เผยแพร่ 2018-04-16
คะแนน 4.60/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Malik Olivier Boussejra
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fahm Arabic Pop-up Dictionary",
    "short_name": "Fahm",
    "manifest_version": 2,
    "version": "0.1.7.0",
    "icons": {
        "16": "to_16.png",
        "48": "to_48.png",
        "128": "to_128.png"
    },
    "description": "Hover, click or select to translate from Arabic to English",
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "lib\/lodash.min.js",
            "lib\/xregexp-all.js",
            "lib\/transover_utils.js",
            "lib\/options.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "lib\/jquery.min.js",
                "lib\/xregexp-all.js",
                "lib\/languages.js",
                "lib\/transover_utils.js",
                "contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "38": "to_38.png",
            "19": "to_19.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "options.html",
        "lib\/popup.html",
        "lib\/popup.js",
        "lib\/tat_popup.html",
        "lib\/tat_popup.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}