Mekor Torah Sources

Get a verse from its citation.

什么是Mekor Torah Sources?

Mekor Torah Sources是由nullisland开发的Chrome扩展程序,该扩展的主要功能是“Get a verse from its citation.”。

扩展截图

screenshot
screenshot

下载Mekor Torah Sources扩展crx文件

下载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"
    ]
}