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

O que é Scriptuna - ESV CrossRef and Search Tool?

Scriptuna - ESV CrossRef and Search Tool é uma extensão do Chrome desenvolvida por https://timkoech.co.ke, e sua principal característica é "Get Bible verse references on a page as pop-ups with preview. Quickly search for occurrences of passages or texts in the ESV Bible".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Scriptuna - ESV CrossRef and Search Tool

Baixe arquivos de extensão Scriptuna - ESV CrossRef and Search Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Scriptuna - ESV CrossRef and Search Tool Scriptuna - ESV CrossRef and Search Tool
ID kldjacmjenifjffddjiphbjpadeibfah
URL Oficial https://chromewebstore.google.com/detail/scriptuna-esv-crossref-an/kldjacmjenifjffddjiphbjpadeibfah
Descrição Get Bible verse references on a page as pop-ups with preview. Quickly search for occurrences of passages or texts in the ESV Bible
Tamanho do Arquivo 79.4 KB
Contagem de Instalações 136
Versão Atual 0.2.3
Última Atualização 2019-11-30
Data de Publicação 2019-11-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://timkoech.co.ke
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}