Arabic morphology tool
Tool to display morphology of arabic word when selected
Arabic morphology toolとは何ですか?
Arabic morphology toolはik.nitkによって開発されたChromeの拡張機能で、その主な機能は「Tool to display morphology of arabic word when selected」です。
拡張機能のスクリーンショット
Arabic morphology tool拡張機能のCRXファイルをダウンロード
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" ] } |