Arabic morphology tool

Tool to display morphology of arabic word when selected

Wat is Arabic morphology tool?

Arabic morphology tool is een Chrome-extensie ontwikkeld door ik.nitk, en de belangrijkste functie is "Tool to display morphology of arabic word when selected".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Arabic morphology tool

Download Arabic morphology tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Arabic morphology tool Arabic morphology tool
ID fnmfclgcfdpafmjncojkncdkllgcmjja
Officiële URL https://chrome.google.com/webstore/detail/arabic-morphology-tool/fnmfclgcfdpafmjncojkncdkllgcmjja
Beschrijving Tool to display morphology of arabic word when selected
Bestandsgrootte 79.56 KB
Aantal Installaties 204
Huidige Versie 1.1
Laatst Bijgewerkt 2016-09-08
Publicatiedatum 2016-09-08
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar ik.nitk
Betalingswijze free
Extensiewebsite http://arabictest.herokuapp.com/
Ondersteunde Talen 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"
    ]
}