Arabic morphology tool
Tool to display morphology of arabic word when selected
什么是Arabic morphology tool?
Arabic morphology tool是由ik.nitk开发的Chrome扩展程序,该扩展的主要功能是“Tool to display morphology of arabic word when selected”。
扩展截图
下载Arabic morphology tool扩展crx文件
下载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.
扩展基本信息
名称 | |
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" ] } |