Arabic morphology tool
Tool to display morphology of arabic word when selected
O que é Arabic morphology tool?
Arabic morphology tool é uma extensão do Chrome desenvolvida por ik.nitk, e sua principal característica é "Tool to display morphology of arabic word when selected".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Arabic morphology tool
Baixe arquivos de extensão Arabic morphology tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | fnmfclgcfdpafmjncojkncdkllgcmjja |
URL Oficial | https://chrome.google.com/webstore/detail/arabic-morphology-tool/fnmfclgcfdpafmjncojkncdkllgcmjja |
Descrição | Tool to display morphology of arabic word when selected |
Tamanho do Arquivo | 79.56 KB |
Contagem de Instalações | 204 |
Versão Atual | 1.1 |
Última Atualização | 2016-09-08 |
Data de Publicação | 2016-09-08 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | ik.nitk |
Tipo de Pagamento | free |
Site da Extensão | http://arabictest.herokuapp.com/ |
Idiomas Suportados | 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" ] } |