कृदन्तदर्शिका, Sanskrit Parser & dictionary

Parses a Sanskrit word and gives English meanings of the constituent words, and related Kridanta forms if any

कृदन्तदर्शिका, Sanskrit Parser & dictionary란 무엇입니까?

कृदन्तदर्शिका, Sanskrit Parser & dictionary은(는) sumant에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Parses a Sanskrit word and gives English meanings of the constituent words, and related Kridanta forms if any"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

कृदन्तदर्शिका, Sanskrit Parser & dictionary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        कृदन्तदर्शिका -- Kṛdanta-darśikā -- has two functionalities:
1. It parses a possibly long Sanskrit word and splits it into constituent words.
2. For each of the constituent words, it shows English meaning, references from Amara Kosha, and Kṛdanta forms of the underlying Dhātu (when applicable).

Usage: Double click on a Sanskrit word (writen in Devanāgari script) which you want to split. The extension parses it and displays a table of constituent words and their meanings. Also, three buttons, named 'E', 'अ' & 'कृ', are provided. Clicking on them will give you English meanings, references from Amara Kosha, and various Kṛdanta forms, respectively. 

Parsing is pretty primitive at this point but hopefully it'll improve :)

If you like the extension, spread the word :) Either way, send your feedback  on https://forms.gle/VUzn9PkFUVNP4DSb9. Or reply to the twitter thread https://twitter.com/sumanthegde/status/1623233287308320768?s=20.                    

확장 프로그램 기본 정보

이름 कृदन्तदर्शिका, Sanskrit Parser & dictionary कृदन्तदर्शिका, Sanskrit Parser & dictionary
ID jjhdaoppcengemgjjaccioikanoodeol
공식 URL https://chromewebstore.google.com/detail/%E0%A4%95%E0%A5%83%E0%A4%A6%E0%A4%A8%E0%A5%8D%E0%A4%A4%E0%A4%A6%E0%A4%B0%E0%A5%8D%E0%A4%B6%E0%A4%BF%E0%A4%95%E0%A4%BE-sanskrit-pa/jjhdaoppcengemgjjaccioikanoodeol
설명 Parses a Sanskrit word and gives English meanings of the constituent words, and related Kridanta forms if any
파일 크기 45.69 KB
설치 횟수 89
현재 버전 2.1.2
최근 업데이트 2023-08-29
출시 날짜 2022-10-04
평점 5.00/5 총 2 개의 평점
개발자 sumant
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sumanthegde/kridantaclient
도움말 페이지 URL https://twitter.com/sumanthegde/status/1623233287308320768?s=20
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u0915\u0943\u0926\u0928\u094d\u0924\u0926\u0930\u094d\u0936\u093f\u0915\u093e, Sanskrit Parser & dictionary",
    "version": "2.1.2",
    "manifest_version": 3,
    "description": "Parses a Sanskrit word and gives English meanings of the constituent words, and related Kridanta forms if any",
    "permissions": [],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "k128.png",
        "48": "k048.png",
        "16": "k016.png"
    }
}