Mekor Torah Sources

Get a verse from its citation.

Mekor Torah Sourcesคืออะไร?

Mekor Torah Sources เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nullisland และคุณลักษณะหลักของมันคือ "Get a verse from its citation."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mekor Torah Sources

ดาวน์โหลดไฟล์ส่วนขยาย Mekor Torah Sources ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension makes it easy to find the text of a Tanach citation! Simply highlight text that includes a citation in English ("Genesis 4:1") or in Hebrew ("Bereishis 4:2", "בראשית 1:3") and a popup will appear with the verse.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mekor Torah Sources Mekor Torah Sources
ID dlbiecjfpomjlgdlgafingcdlimjhjcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mekor-torah-sources/dlbiecjfpomjlgdlgafingcdlimjhjcc
คำอธิบาย Get a verse from its citation.
ขนาดไฟล์ 139 KB
จำนวนการติดตั้ง 99
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2017-11-15
วันที่เผยแพร่ 2017-11-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา nullisland
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.6",
    "manifest_version": 2,
    "name": "Mekor Torah Sources",
    "description": "Get a verse from its citation.",
    "background": {
        "page": "background_page.html"
    },
    "web_accessible_resources": [
        "css\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/page_popup.css"
            ],
            "js": [
                "production.js"
            ]
        }
    ],
    "icons": {
        "36": "img\/icon36.png",
        "48": "img\/icon48.png",
        "72": "img\/icon72.png",
        "96": "img\/icon96.png",
        "144": "img\/icon144.png",
        "192": "img\/icon192.png"
    },
    "browser_action": {
        "default_title": "Mekor Torah Sources",
        "default_popup": "popup_ext.html"
    },
    "permissions": [
        "storage",
        "nativeMessaging",
        "tabs"
    ]
}