Brill Text Tool

Brill Text Tool

Brill Text Tool là gì?

Brill Text Tool là một tiện ích mở rộng Chrome được phát triển bởi BRILL, và tính năng chính của nó là "Brill Text Tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Brill Text Tool

Tải xuống các tệp mở rộng Brill Text Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Brill Text Tool Brill Text Tool
ID kpcoigbplckchlbbbkfpahhogfhkdjpp
URL Chính Thức https://chrome.google.com/webstore/detail/brill-text-tool/kpcoigbplckchlbbbkfpahhogfhkdjpp
Mô tả Brill Text Tool
Kích Thước Tệp 290 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.9.5
Cập Nhật Lần Cuối 2019-04-18
Ngày Phát Hành 2019-04-18
Nhà Phát Triển BRILL
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://referenceworks.brillonline.com/browse/dead-sea-scrolls-electronic-library-biblical-texts
Ngôn Ngữ Được Hỗ Trợ 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:;"
}