Arabic morphology tool
Tool to display morphology of arabic word when selected
Τι είναι το Arabic morphology tool;
Το Arabic morphology tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ik.nitk, και η κύρια λειτουργία του είναι "Tool to display morphology of arabic word when selected".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Arabic morphology tool
Λήψη αρχείων επέκτασης 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" ] } |