Arabic morphology tool

Tool to display morphology of arabic word when selected

Vad är Arabic morphology tool?

Arabic morphology tool är en Chrome-tillägg utvecklad av ik.nitk, och dess huvudfunktion är "Tool to display morphology of arabic word when selected".

Tilläggsskärmbilder

screenshot

Ladda ner Arabic morphology tool-förlängningens CRX-fil

Ladda ner Arabic morphology tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Arabic morphology tool Arabic morphology tool
ID fnmfclgcfdpafmjncojkncdkllgcmjja
Officiell webbadress https://chrome.google.com/webstore/detail/arabic-morphology-tool/fnmfclgcfdpafmjncojkncdkllgcmjja
Beskrivning Tool to display morphology of arabic word when selected
Filstorlek 79.56 KB
Antal Installationer 204
Aktuell Version 1.1
Senast Uppdaterad 2016-09-08
Publiceringsdatum 2016-09-08
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare ik.nitk
Betalningssätt free
Tilläggswebbplats http://arabictest.herokuapp.com/
Stödda Språk 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"
    ]
}