Morpheus - Chromium-plugin for Sanskrit
a samAsa-splitter, morph analyzer and dictionaries for Sanskrit
ما هو Morpheus - Chromium-plugin for Sanskrit؟
Morpheus - Chromium-plugin for Sanskrit هو إضافة Chrome تم تطويرها بواسطة http://sa.diglossa.org، والميزة الرئيسية لها هي "a samAsa-splitter, morph analyzer and dictionaries for Sanskrit".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Morpheus - Chromium-plugin for Sanskrit
قم بتنزيل ملفات الامتداد Morpheus - Chromium-plugin for Sanskrit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
three steps: double click everywhere - possible chains of padas click on a pada - morphological analysis click on a morph row - dictionaries ESC - closes all popups Shift-mouse over a word - IAST transliteration Shift-mouse over a morphology - European notation editor - just type devanagari, keyboard layout mimics SLP1 detailed description: http://sa.diglossa.org/ code: https://github.com/mbykov license: GNU GPL email: Michael Bykov, [email protected]
معلومات أساسية عن التمديد
الاسم | |
ID | bochopmkmeclhfljekbigjdedacgkanc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/morpheus-chromium-plugin/bochopmkmeclhfljekbigjdedacgkanc |
الوصف | a samAsa-splitter, morph analyzer and dictionaries for Sanskrit |
حجم الملف | 371 KB |
عدد التثبيتات | 86 |
النسخة الحالية | 0.4.0.1 |
آخر تحديث | 2016-09-27 |
تاريخ النشر | 2016-09-27 |
تقييم | 2.63/5 مجموع تقييمات 8 |
المطور | http://sa.diglossa.org |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://sa.diglossa.org |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Morpheus - Chromium-plugin for Sanskrit", "description": "a samAsa-splitter, morph analyzer and dictionaries for Sanskrit", "version": "0.4.0.1", "permissions": [ "alarms", "tabs", "storage", "contextMenus", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "popup\/translit.css", "popup\/popup.css", "popup\/tree\/tree.css" ], "js": [ "build\/popup\/content.js" ] } ], "web_accessible_resources": [ "fonts\/*.*", "popup\/img\/indicator.gif" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "data\/img\/book.png", "default_title": "Morpheus v.0.4.0" }, "manifest_version": 2 } |