Szentírás
Bibliai hivatkozások beillesztése a Szentírás.hu oldalról
Wat is Szentírás?
Szentírás is een Chrome-extensie ontwikkeld door Molnár Márton, en de belangrijkste functie is "Bibliai hivatkozások beillesztése a Szentírás.hu oldalról".
Extensie Screenshots
Download het CRX-bestand van de extensie Szentírás
Download Szentírás-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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ó.
Basisinformatie over de Extensie
Naam | Szentírás |
ID | mooikajlieddnjlmlbodldompfifkoim |
Officiële URL | https://chromewebstore.google.com/detail/szent%C3%ADr%C3%A1s/mooikajlieddnjlmlbodldompfifkoim |
Beschrijving | Bibliai hivatkozások beillesztése a Szentírás.hu oldalról |
Bestandsgrootte | 12.41 KB |
Aantal Installaties | 94 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2020-04-26 |
Publicatiedatum | 2020-04-25 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Molnár Márton |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://molnarm.github.io/igemutato |
Ondersteunde Talen | 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" ] } |