Arabic morphology tool
Tool to display morphology of arabic word when selected
Qu'est-ce que Arabic morphology tool ?
Arabic morphology tool est une extension Chrome développée par ik.nitk, et sa fonction principale est "Tool to display morphology of arabic word when selected".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Arabic morphology tool
Téléchargez les fichiers d'extension Arabic morphology tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fnmfclgcfdpafmjncojkncdkllgcmjja |
URL Officiel | https://chrome.google.com/webstore/detail/arabic-morphology-tool/fnmfclgcfdpafmjncojkncdkllgcmjja |
Description | Tool to display morphology of arabic word when selected |
Taille du Fichier | 79.56 KB |
Nombre d'Installations | 204 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-09-08 |
Date de Publication | 2016-09-08 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | ik.nitk |
Type de Paiement | free |
Site Web de l'Extension | http://arabictest.herokuapp.com/ |
Langues Prises en Charge | 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" ] } |