Arabic morphology tool

Tool to display morphology of arabic word when selected

What is Arabic morphology tool?

Arabic morphology tool is a Chrome extension developed by ik.nitk, and its main feature is "Tool to display morphology of arabic word when selected".

Extension Screenshots

screenshot

Download Arabic morphology tool Extension CRX File

Download Arabic morphology tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Arabic morphology tool Arabic morphology tool
ID fnmfclgcfdpafmjncojkncdkllgcmjja
Official URL https://chrome.google.com/webstore/detail/arabic-morphology-tool/fnmfclgcfdpafmjncojkncdkllgcmjja
Description Tool to display morphology of arabic word when selected
File Size 79.56 KB
Installation Count 204
Current Version 1.1
Last Updated 2016-09-08
Publish Date 2016-09-08
Rating 4.50/5 Total 2 Ratings
Developer ik.nitk
Payment Type free
Extension Website http://arabictest.herokuapp.com/
Supported Languages 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"
    ]
}