Mekor Torah Sources

Get a verse from its citation.

Mekor Torah Sources là gì?

Mekor Torah Sources là một tiện ích mở rộng Chrome được phát triển bởi nullisland, và tính năng chính của nó là "Get a verse from its citation.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mekor Torah Sources

Tải xuống các tệp mở rộng Mekor Torah Sources 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

                        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.                    

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

Tên Mekor Torah Sources Mekor Torah Sources
ID dlbiecjfpomjlgdlgafingcdlimjhjcc
URL Chính Thức https://chromewebstore.google.com/detail/mekor-torah-sources/dlbiecjfpomjlgdlgafingcdlimjhjcc
Mô tả Get a verse from its citation.
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2017-11-15
Ngày Phát Hành 2017-11-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển nullisland
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}