Szentírás
Bibliai hivatkozások beillesztése a Szentírás.hu oldalról
Qu'est-ce que Szentírás ?
Szentírás est une extension Chrome développée par Molnár Márton, et sa fonction principale est "Bibliai hivatkozások beillesztése a Szentírás.hu oldalról".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Szentírás
Téléchargez les fichiers d'extension Szentírás au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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ó.
Informations de Base sur l'Extension
Nom | Szentírás |
ID | mooikajlieddnjlmlbodldompfifkoim |
URL Officiel | https://chromewebstore.google.com/detail/szent%C3%ADr%C3%A1s/mooikajlieddnjlmlbodldompfifkoim |
Description | Bibliai hivatkozások beillesztése a Szentírás.hu oldalról |
Taille du Fichier | 12.41 KB |
Nombre d'Installations | 94 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2020-04-26 |
Date de Publication | 2020-04-25 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | Molnár Márton |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://molnarm.github.io/igemutato |
Langues Prises en Charge | 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" ] } |