Morpheus - Chromium-plugin for Sanskrit
a samAsa-splitter, morph analyzer and dictionaries for Sanskrit
Was ist Morpheus - Chromium-plugin for Sanskrit?
Morpheus - Chromium-plugin for Sanskrit ist eine Chrome-Erweiterung, die von http://sa.diglossa.org entwickelt wurde, und ihr Hauptmerkmal ist "a samAsa-splitter, morph analyzer and dictionaries for Sanskrit".
Erweiterungsscreenshots
Morpheus - Chromium-plugin for Sanskrit-Erweiterungs-CRX-Datei herunterladen
Laden Sie Morpheus - Chromium-plugin for Sanskrit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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] Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bochopmkmeclhfljekbigjdedacgkanc |
| Offizielle URL | https://chrome.google.com/webstore/detail/morpheus-chromium-plugin/bochopmkmeclhfljekbigjdedacgkanc |
| Beschreibung | a samAsa-splitter, morph analyzer and dictionaries for Sanskrit |
| Dateigröße | 371 KB |
| Installationsanzahl | 86 |
| Aktuelle Version | 0.4.0.1 |
| Letztes Update | 2016-09-27 |
| Veröffentlichungsdatum | 2016-09-27 |
| Bewertung | 2.63/5 Insgesamt 8 Bewertungen |
| Entwickler | http://sa.diglossa.org |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://sa.diglossa.org |
| Unterstützte Sprachen | 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
} | |