Arabic morphology tool

Tool to display morphology of arabic word when selected

Arabic morphology toolคืออะไร?

Arabic morphology tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ik.nitk และคุณลักษณะหลักของมันคือ "Tool to display morphology of arabic word when selected"

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

screenshot

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

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

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

                        Learning arabic  ?   Just a translate tool is not enough.   Single arabic word can make a sentence.  Arabic morphology tool will help you know whats the grammar behind arabic word that is selected.                    

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

ชื่อ Arabic morphology tool Arabic morphology tool
ID fnmfclgcfdpafmjncojkncdkllgcmjja
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/arabic-morphology-tool/fnmfclgcfdpafmjncojkncdkllgcmjja
คำอธิบาย Tool to display morphology of arabic word when selected
ขนาดไฟล์ 79.56 KB
จำนวนการติดตั้ง 204
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-09-08
วันที่เผยแพร่ 2016-09-08
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา ik.nitk
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://arabictest.herokuapp.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Arabic morphology tool",
    "description": "Tool to display morphology of arabic word when selected",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}