Brill Text Tool

Brill Text Tool

什麼是Brill Text Tool?

Brill Text Tool是由BRILL開發的Chrome擴展程式,該擴展的主要功能是“Brill Text Tool”。

擴展截圖

screenshot

下載Brill Text Tool擴展crx文件

下載Brill Text Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:;"
}