NTI Reader Buddhist Dictionary

The Chinese-English Buddhist dictionary can be used to find terms with forward and multi-language lookup.

NTI Reader Buddhist Dictionaryคืออะไร?

NTI Reader Buddhist Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ntireader.org และคุณลักษณะหลักของมันคือ "The Chinese-English Buddhist dictionary can be used to find terms with forward and multi-language lookup."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NTI Reader Buddhist Dictionary

ดาวน์โหลดไฟล์ส่วนขยาย NTI Reader Buddhist Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The NTI Reader Chinese-English Buddhist dictionary can be used to find terms from Chinese with simplified, traditional, or or lookup with Hanyu pinyin. Reverse lookup from English equivalent is also supported. You can do multi-term lookup for longer Chinese phrases, and multi-language lookup with Sanskrit, Pali, Japanese, and Tibetan for common Buddhist terms.

The extension uses a multi-dictionary framework, currently including the NTI Reader and the Fo Guang Shan Humanistic Buddhism Glossary. It is like the https://ntireader.org web site but can be installed as a Chrome Extension. This  can help you stay within the flow of a Chinese document, avoiding the need to switch back and forth between pages.

Try it out on web site like the University of Oslo's multilingual corpus Thesaurus Literaturae Buddhicae at https://www2.hf.uio.no/polyglotta/index.php.  For example, with the Aṣṭasāhasrikā Prajñāpāramitā 'Perfection of Wisdom in 8,000 Lines' Chinese-Sanskrit-Tibetan-English parallel text. It may also be useful on https://cbeta.org, the SAT online version of the Taishō Tripiṭaka, http://www.masterhsingyun.org, and the Fo Guang Shan Dictionary of Buddhism, a Chinese monolingual dictionary at http://etext.fgs.org.tw/search/index.aspx .

You can see a demo at
https://youtu.be/jtZSOtOanHQ

More information is available at
https://github.com/alexamies/chinesenotes-dart/blob/master/ntireader-chrome-ext/README.md

For developers: it is an open source project. You can find the source code at
https://github.com/alexamies/chinesenotes-dart                    

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

ชื่อ NTI Reader Buddhist Dictionary NTI Reader Buddhist Dictionary
ID iachdahjdmnhnbeojfpopajmilenhhbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nti-reader-buddhist-dicti/iachdahjdmnhnbeojfpopajmilenhhbd
คำอธิบาย The Chinese-English Buddhist dictionary can be used to find terms with forward and multi-language lookup.
ขนาดไฟล์ 8.95 MB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2021-05-10
วันที่เผยแพร่ 2021-04-27
ผู้พัฒนา https://ntireader.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ntireader.org
URL หน้าช่วยเหลือ https://github.com/alexamies/chinesenotes-dart/blob/master/ntireader-chrome-ext/README.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NTI Reader Buddhist Dictionary",
    "short_name": "NTI Reader",
    "description": "The Chinese-English Buddhist dictionary can be used to find terms with forward and multi-language lookup.",
    "author": "Alex Amies",
    "version": "0.0.5",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "service_worker": "serviceworker_ext.dart.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "NTI Reader Chinese-English 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"
    }
}