Arabic morphology tool
Tool to display morphology of arabic word when selected
Co to jest Arabic morphology tool?
Arabic morphology tool to rozszerzenie Chrome opracowane przez ik.nitk, a jego główną funkcją jest „Tool to display morphology of arabic word when selected”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Arabic morphology tool
Pobierz pliki rozszerzeń Arabic morphology tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fnmfclgcfdpafmjncojkncdkllgcmjja |
Oficjalny URL | https://chrome.google.com/webstore/detail/arabic-morphology-tool/fnmfclgcfdpafmjncojkncdkllgcmjja |
Opis | Tool to display morphology of arabic word when selected |
Rozmiar pliku | 79.56 KB |
Liczba instalacji | 204 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2016-09-08 |
Data Publikacji | 2016-09-08 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | ik.nitk |
Typ Płatności | free |
Strona Rozszerzenia | http://arabictest.herokuapp.com/ |
Obsługiwane Języki | 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" ] } |