Arabic morphology tool

Tool to display morphology of arabic word when selected

什麼是Arabic morphology tool?

Arabic morphology tool是由ik.nitk開發的Chrome擴展程式,該擴展的主要功能是“Tool to display morphology of arabic word when selected”。

擴展截圖

screenshot

下載Arabic morphology tool擴展crx文件

下載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
官方網址 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"
    ]
}