Arabic morphology tool

Tool to display morphology of arabic word when selected

Arabic morphology tool là gì?

Arabic morphology tool là một tiện ích mở rộng Chrome được phát triển bởi ik.nitk, và tính năng chính của nó là "Tool to display morphology of arabic word when selected".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Arabic morphology tool

Tải xuống các tệp mở rộng Arabic morphology tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Arabic morphology tool Arabic morphology tool
ID fnmfclgcfdpafmjncojkncdkllgcmjja
URL Chính Thức https://chrome.google.com/webstore/detail/arabic-morphology-tool/fnmfclgcfdpafmjncojkncdkllgcmjja
Mô tả Tool to display morphology of arabic word when selected
Kích Thước Tệp 79.56 KB
Số Lần Cài Đặt 204
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-09-08
Ngày Phát Hành 2016-09-08
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ik.nitk
Loại Thanh Toán free
Trang Web Mở Rộng http://arabictest.herokuapp.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}