Scriptuna - ESV CrossRef and Search Tool

Get Bible verse references on a page as pop-ups with preview. Quickly search for occurrences of passages or texts in the ESV Bible

Scriptuna - ESV CrossRef and Search Tool क्या है?

Scriptuna - ESV CrossRef and Search Tool https://timkoech.co.ke द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Bible verse references on a page as pop-ups with preview. Quickly search for occurrences of passages or texts in the ESV Bible"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Scriptuna - ESV CrossRef and Search Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        FEATURES

- Automatically get Bible verse references as a pop-up when you hover on such verses.
 
- Search for occurrences of Bible passages without leaving the current tab via a pop-up on your toolbar.

HOW IT WORKS

- It adds ESV CrossRef tool scripts to your current tab. The crossref tool can identify Bible references of the following variations John 3:16, Jn 3:16, Ephesians 1:3-14 Read more on the crossref tool here https://www.esv.org/resources/esv-crossreference-tool/

- The search feature uses the ESV Text API to get occurrences of Bible texts/passages. You'll need an API key to use this feature. In depth guide https://timkoech.co.ke/blog/how-to-get-the-esv-api-key/                    

एक्सटेंशन की मूल जानकारी

नाम Scriptuna - ESV CrossRef and Search Tool Scriptuna - ESV CrossRef and Search Tool
ID kldjacmjenifjffddjiphbjpadeibfah
आधिकारिक URL https://chromewebstore.google.com/detail/scriptuna-esv-crossref-an/kldjacmjenifjffddjiphbjpadeibfah
विवरण Get Bible verse references on a page as pop-ups with preview. Quickly search for occurrences of passages or texts in the ESV Bible
फ़ाइल का आकार 79.4 KB
स्थापना संख्या 136
वर्तमान संस्करण 0.2.3
अंतिम अपडेट 2019-11-30
प्रकाशन तिथि 2019-11-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://timkoech.co.ke
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scriptuna - ESV CrossRef and Search Tool",
    "short_name": "Scriptuna",
    "version": "0.2.3",
    "description": "Get Bible verse references on a page as pop-ups with preview. Quickly search for occurrences of passages or texts in the ESV Bible",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "16": "icons\/16.png"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "crossref.css"
            ],
            "js": [
                "crossref.config.js",
                "crossref.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html"
}