Szentírás

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

What is Szentírás?

Szentírás is a Chrome extension developed by Molnár Márton, and its main feature is "Bibliai hivatkozások beillesztése a Szentírás.hu oldalról".

Extension Screenshots

screenshot
screenshot

Download Szentírás Extension CRX File

Download Szentírás extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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ó.                    

Extension Basic Information

Name Szentírás Szentírás
ID mooikajlieddnjlmlbodldompfifkoim
Official URL https://chromewebstore.google.com/detail/szent%C3%ADr%C3%A1s/mooikajlieddnjlmlbodldompfifkoim
Description Bibliai hivatkozások beillesztése a Szentírás.hu oldalról
File Size 12.41 KB
Installation Count 94
Current Version 1.6
Last Updated 2020-04-26
Publish Date 2020-04-25
Rating 4.00/5 Total 3 Ratings
Developer Molnár Márton
Email [email protected]
Payment Type free
Extension Website http://molnarm.github.io/igemutato
Supported Languages 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"
    ]
}