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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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