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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |