Mekor Torah Sources

Get a verse from its citation.

What is Mekor Torah Sources?

Mekor Torah Sources is a Chrome extension developed by nullisland, and its main feature is "Get a verse from its citation.".

Extension Screenshots

screenshot
screenshot

Download Mekor Torah Sources Extension CRX File

Download Mekor Torah Sources extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mekor Torah Sources Mekor Torah Sources
ID dlbiecjfpomjlgdlgafingcdlimjhjcc
Official URL https://chromewebstore.google.com/detail/mekor-torah-sources/dlbiecjfpomjlgdlgafingcdlimjhjcc
Description Get a verse from its citation.
File Size 139 KB
Installation Count 99
Current Version 0.0.6
Last Updated 2017-11-15
Publish Date 2017-11-15
Rating 5.00/5 Total 2 Ratings
Developer nullisland
Payment Type free
Supported Languages 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"
    ]
}