Arabic morphology tool

Tool to display morphology of arabic word when selected

Cos'è Arabic morphology tool?

Arabic morphology tool è un'estensione di Chrome sviluppata da ik.nitk, e la sua funzione principale è "Tool to display morphology of arabic word when selected".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Arabic morphology tool

Scarica i file di estensione Arabic morphology tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Arabic morphology tool Arabic morphology tool
ID fnmfclgcfdpafmjncojkncdkllgcmjja
URL Ufficiale https://chrome.google.com/webstore/detail/arabic-morphology-tool/fnmfclgcfdpafmjncojkncdkllgcmjja
Descrizione Tool to display morphology of arabic word when selected
Dimensione del File 79.56 KB
Conteggio Installazioni 204
Versione Corrente 1.1
Ultimo Aggiornamento 2016-09-08
Data di Pubblicazione 2016-09-08
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore ik.nitk
Tipo di Pagamento free
Sito Web dell'Estensione http://arabictest.herokuapp.com/
Lingue Supportate 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"
    ]
}