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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Morpheus - Chromium-plugin for Sanskrit

ดาวน์โหลดไฟล์ส่วนขยาย Morpheus - Chromium-plugin for Sanskrit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Morpheus - Chromium-plugin for Sanskrit Morpheus - Chromium-plugin for Sanskrit
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
}