Arabic morphology tool
Tool to display morphology of arabic word when selected
Arabic morphology tool क्या है?
Arabic morphology tool ik.nitk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool to display morphology of arabic word when selected"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Arabic morphology tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |