Brill Text Tool

Brill Text Tool

Brill Text Toolคืออะไร?

Brill Text Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BRILL และคุณลักษณะหลักของมันคือ "Brill Text Tool"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Brill Text Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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
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:;"
}