Arabic morphology tool

Tool to display morphology of arabic word when selected

Что такое Arabic morphology tool?

Arabic morphology tool - это расширение Chrome, разработанное ik.nitk, и его основная функция - "Tool to display morphology of arabic word when selected".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Arabic morphology tool

Скачайте файлы расширений 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
Официальный URL 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"
    ]
}