Morpheus - Chromium-plugin for Sanskrit
a samAsa-splitter, morph analyzer and dictionaries for Sanskrit
Morpheus - Chromium-plugin for Sanskrit là gì?
Morpheus - Chromium-plugin for Sanskrit là một tiện ích mở rộng Chrome được phát triển bởi http://sa.diglossa.org, và tính năng chính của nó là "a samAsa-splitter, morph analyzer and dictionaries for Sanskrit".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Morpheus - Chromium-plugin for Sanskrit
Tải xuống các tệp mở rộng Morpheus - Chromium-plugin for Sanskrit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bochopmkmeclhfljekbigjdedacgkanc |
URL Chính Thức | https://chrome.google.com/webstore/detail/morpheus-chromium-plugin/bochopmkmeclhfljekbigjdedacgkanc |
Mô tả | a samAsa-splitter, morph analyzer and dictionaries for Sanskrit |
Kích Thước Tệp | 371 KB |
Số Lần Cài Đặt | 86 |
Phiên Bản Hiện Tại | 0.4.0.1 |
Cập Nhật Lần Cuối | 2016-09-27 |
Ngày Phát Hành | 2016-09-27 |
Đánh Giá | 2.63/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | http://sa.diglossa.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://sa.diglossa.org |
Ngôn Ngữ Được Hỗ Trợ | 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 } |