कृदन्तदर्शिका, 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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sumant, και η κύρια λειτουργία του είναι "Parses a Sanskrit word and gives English meanings of the constituent words, and related Kridanta forms if any".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης कृदन्तदर्शिका, Sanskrit Parser & dictionary

Λήψη αρχείων επέκτασης कृदन्तदर्शिका, Sanskrit Parser & dictionary σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        कृदन्तदर्शिका -- 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"
    }
}