Arabic morphology tool
Tool to display morphology of arabic word when selected
Was ist Arabic morphology tool?
Arabic morphology tool ist eine Chrome-Erweiterung, die von ik.nitk entwickelt wurde, und ihr Hauptmerkmal ist "Tool to display morphology of arabic word when selected".
Erweiterungsscreenshots
Arabic morphology tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie Arabic morphology tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fnmfclgcfdpafmjncojkncdkllgcmjja |
Offizielle URL | https://chrome.google.com/webstore/detail/arabic-morphology-tool/fnmfclgcfdpafmjncojkncdkllgcmjja |
Beschreibung | Tool to display morphology of arabic word when selected |
Dateigröße | 79.56 KB |
Installationsanzahl | 204 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-09-08 |
Veröffentlichungsdatum | 2016-09-08 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | ik.nitk |
Zahlungsart | free |
Erweiterungswebsite | http://arabictest.herokuapp.com/ |
Unterstützte Sprachen | 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" ] } |