KXL Klien/Jastrow Dictionary (sefaria)

Provides access to the sefaria dictionary from chrome.

KXL Klien/Jastrow Dictionary (sefaria) क्या है?

KXL Klien/Jastrow Dictionary (sefaria) KXL Admin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides access to the sefaria dictionary from chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KXL Klien/Jastrow Dictionary (sefaria) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Easy Online Access to the combined cross-referenced "Brown, Driver, Briggs and Strong’s Hebrew", "Jastrow" and "Klien"  dictionaries. Providing authentic English translations of biblical, rabbinic and Talmudic Hebrew and Aramaic. Containing source examples and references from traditional Judaic sources. All Data currently provided by Sefaria.org
Additional features include:
+ Simplified on screen keyboard
+ On opening the extension any Hebrew selected on page or copied into clipboard is searched for.
+ personalised saved search history

Up and coming features:
+ Dictionary Abbreviations expanded.
+ References linked to sources on sefaria.org.
+ Additional content of abbreviations used throughout rabbinic literature.
+ Ability to suggest additions and amendments to the dictionaries.                    

एक्सटेंशन की मूल जानकारी

नाम KXL Klien/Jastrow Dictionary (sefaria) KXL Klien/Jastrow Dictionary (sefaria)
ID gnpkgjefpahoolpfcebkmcnclcpamgmn
आधिकारिक URL https://chromewebstore.google.com/detail/kxl-klienjastrow-dictiona/gnpkgjefpahoolpfcebkmcnclcpamgmn
विवरण Provides access to the sefaria dictionary from chrome.
फ़ाइल का आकार 315 KB
स्थापना संख्या 42
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2020-05-29
प्रकाशन तिथि 2020-05-28
डेवलपर KXL Admin
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KXL Klien\/Jastrow Dictionary (sefaria)",
    "version": "1.1.3",
    "permissions": [
        "activeTab",
        "clipboardRead",
        "declarativeContent",
        "https:\/\/www.sefaria.org\/*",
        "storage"
    ],
    "description": "Provides access to the sefaria dictionary from chrome.",
    "background": {
        "scripts": [
            "js\/jquery-3.5.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Klien\/Jastrow Dictionary",
        "default_popup": "js\/action\/popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}