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