Brill Text Tool

Brill Text Tool

Brill Text Tool क्या है?

Brill Text Tool BRILL द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brill Text Tool"।

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

screenshot

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

crx प्रारूप में Brill Text Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        The Brill Text Tool is a tool for the readers of Brill's Dead Sea Scrolls Electronic Library Biblical Texts. 

The tool allows readers of the Dead Sea Scrolls texts to look up information about the words of the text, such as translation, lemma, and morphology.

Simply double-click on a word to bring up a pop-up with information. Because this happens in the same browser window as the source text, you don’t lose context.                    

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

नाम Brill Text Tool Brill Text Tool
ID kpcoigbplckchlbbbkfpahhogfhkdjpp
आधिकारिक URL https://chrome.google.com/webstore/detail/brill-text-tool/kpcoigbplckchlbbbkfpahhogfhkdjpp
विवरण Brill Text Tool
फ़ाइल का आकार 290 KB
स्थापना संख्या 20
वर्तमान संस्करण 0.9.5
अंतिम अपडेट 2019-04-18
प्रकाशन तिथि 2019-04-18
डेवलपर BRILL
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://referenceworks.brillonline.com/browse/dead-sea-scrolls-electronic-library-biblical-texts
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9.5",
    "name": "Brill Text Tool",
    "short_name": "btt-app",
    "manifest_version": 2,
    "description": "Brill Text Tool",
    "browser_action": {
        "default_title": "BTT App"
    },
    "icons": {
        "128": "icons\/icon-large.png",
        "16": "icons\/icon-fav.png",
        "19": "icons\/icon-small.png",
        "256": "icons\/[email protected]",
        "32": "icons\/[email protected]",
        "38": "icons\/[email protected]",
        "48": "icons\/icon-medium.png",
        "96": "icons\/[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/referenceworks.brillonline.com\/*",
                "http:\/\/referenceworks.brillonline.com\/*"
            ],
            "js": [
                "js\/bttApp.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "management",
        "tabs",
        "storage",
        "https:\/\/github.com\/*",
        "*:\/\/referenceworks.brillonline.com\/*"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}