Szentírás

Bibliai hivatkozások beillesztése a Szentírás.hu oldalról

Cos'è Szentírás?

Szentírás è un'estensione di Chrome sviluppata da Molnár Márton, e la sua funzione principale è "Bibliai hivatkozások beillesztése a Szentírás.hu oldalról".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Szentírás

Scarica i file di estensione Szentírás in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A bővítmény az internetes oldalak szövegében található szentírási hivatkozásokhoz tartozó szövegrészleteket jeleníti meg, ha az egeret a hivatkozás fölé visszük.

Felismeri a leggyakoribb katolikus és protestáns rövidítéseket, a használni kívánt fordítás pedig a beállításoknál kiválasztható.                    

Informazioni di Base sull'Estensione

Nome Szentírás Szentírás
ID mooikajlieddnjlmlbodldompfifkoim
URL Ufficiale https://chromewebstore.google.com/detail/szent%C3%ADr%C3%A1s/mooikajlieddnjlmlbodldompfifkoim
Descrizione Bibliai hivatkozások beillesztése a Szentírás.hu oldalról
Dimensione del File 12.41 KB
Conteggio Installazioni 94
Versione Corrente 1.6
Ultimo Aggiornamento 2020-04-26
Data di Pubblicazione 2020-04-25
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Molnár Márton
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://molnarm.github.io/igemutato
Lingue Supportate hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Szent\u00edr\u00e1s",
    "description": "Bibliai hivatkoz\u00e1sok beilleszt\u00e9se a Szent\u00edr\u00e1s.hu oldalr\u00f3l",
    "version": "1.6",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/szentiras.hu\/"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "igemutato.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "igemutato.css"
    ]
}