Arabic morphology tool
Tool to display morphology of arabic word when selected
Apa itu Arabic morphology tool?
Arabic morphology tool adalah ekstensi Chrome yang dikembangkan oleh ik.nitk, dan fitur utamanya adalah "Tool to display morphology of arabic word when selected".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Arabic morphology tool
Unduh file ekstensi Arabic morphology tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | fnmfclgcfdpafmjncojkncdkllgcmjja |
URL Resmi | https://chrome.google.com/webstore/detail/arabic-morphology-tool/fnmfclgcfdpafmjncojkncdkllgcmjja |
Deskripsi | Tool to display morphology of arabic word when selected |
Ukuran File | 79.56 KB |
Jumlah Instalasi | 204 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-09-08 |
Tanggal Publikasi | 2016-09-08 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | ik.nitk |
Tipe Pembayaran | free |
Situs Ekstensi | http://arabictest.herokuapp.com/ |
Bahasa yang Didukung | 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" ] } |