Mahāvyutpatti Buddhist Dictionary
A Sanskrit-Tibetan-Chinese dictionary compiled for translation of Buddhist texts.
Mahāvyutpatti Buddhist Dictionary란 무엇입니까?
Mahāvyutpatti Buddhist Dictionary은(는) https://ntireader.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Sanskrit-Tibetan-Chinese dictionary compiled for translation of Buddhist texts."입니다.
확장 프로그램 스크린샷
Mahāvyutpatti Buddhist Dictionary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Mahāvyutpatti is a historic dictionary compiled in the Song dynasty for translation of Buddhist texts to Tibetan. Chrome Extension It can help you stay within the flow of a document, avoiding the need to skip out to other tabs to do dictionary lookups. Try it out on web site like the University of Oslo's multilingual corpus Thesaurus Literaturae Buddhicae. For example, the Aṣṭasāhasrikā Prajñāpāramitā 'Perfection of Wisdom in 8,000 Lines'. It also may be useful for sites like 84000.co ‘Translating the Words of the Buddha’ and the Buddhist Digital Resource Center. There is a demo of the extension here https://youtu.be/_RXTqXetQb8 This is an open source project. You can find more about it here https://github.com/alexamies/chinesenotes-dart/tree/master/mahavyutpatti-chrome-ext
확장 프로그램 기본 정보
이름 | Mahāvyutpatti Buddhist Dictionary |
ID | ejdgjjdkjlkepopaeloagcaeocloiofa |
공식 URL | https://chromewebstore.google.com/detail/mah%C4%81vyutpatti-buddhist-di/ejdgjjdkjlkepopaeloagcaeocloiofa |
설명 | A Sanskrit-Tibetan-Chinese dictionary compiled for translation of Buddhist texts. |
파일 크기 | 852 KB |
설치 횟수 | 62 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2021-05-10 |
출시 날짜 | 2021-05-10 |
개발자 | https://ntireader.org |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/alexamies/chinesenotes-dart/tree/master/mahavyutpatti-chrome-ext |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mah\u0101vyutpatti Buddhist Dictionary", "short_name": "Mah\u0101vyutpatt", "description": "A Sanskrit-Tibetan-Chinese dictionary compiled for translation of Buddhist texts.", "author": "Alex Amies", "version": "0.0.1", "manifest_version": 3, "permissions": [ "activeTab", "contextMenus" ], "background": { "service_worker": "serviceworker_ext.dart.js" }, "action": { "default_popup": "popup.html", "default_title": "Mah\u0101vyutpatti Buddhist Dictionary", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.yahoo.com\/*", "https:\/\/*.reddit.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.instagram.com\/*", "https:\/\/*.cnn.com\/*", "https:\/\/*.zoom.us\/*", "https:\/\/*.craigslist.org\/*", "https:\/\/*.weather.com\/*", "https:\/\/*.stackoverflow.com\/*" ], "css": [ "styles.css" ], "js": [ "content.dart.js" ] } ], "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |