Morpheus - Chromium-plugin for Sanskrit
a samAsa-splitter, morph analyzer and dictionaries for Sanskrit
What is Morpheus - Chromium-plugin for Sanskrit?
Morpheus - Chromium-plugin for Sanskrit is a Chrome extension developed by http://sa.diglossa.org, and its main feature is "a samAsa-splitter, morph analyzer and dictionaries for Sanskrit".
Extension Screenshots
Download Morpheus - Chromium-plugin for Sanskrit Extension CRX File
Download Morpheus - Chromium-plugin for Sanskrit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | |
ID | bochopmkmeclhfljekbigjdedacgkanc |
Official URL | https://chrome.google.com/webstore/detail/morpheus-chromium-plugin/bochopmkmeclhfljekbigjdedacgkanc |
Description | a samAsa-splitter, morph analyzer and dictionaries for Sanskrit |
File Size | 371 KB |
Installation Count | 86 |
Current Version | 0.4.0.1 |
Last Updated | 2016-09-27 |
Publish Date | 2016-09-27 |
Rating | 2.63/5 Total 8 Ratings |
Developer | http://sa.diglossa.org |
[email protected] | |
Payment Type | free |
Extension Website | http://sa.diglossa.org |
Supported Languages | 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 } |