Bible Previewer
Turns every bible verse into a link you can hover to see the contents of the verse.
Qu'est-ce que Bible Previewer ?
Bible Previewer est une extension Chrome développée par Cody, et sa fonction principale est "Turns every bible verse into a link you can hover to see the contents of the verse.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bible Previewer
Téléchargez les fichiers d'extension Bible Previewer 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
Easily view the bible verses referenced in an article, without ever having to leave! Simply hover over the link to open a popup containing the verse in any web page, or click on the link to go to the verse on bibles.org. You can also change the language and translation of the popup.
Informations de Base sur l'Extension
Nom | Bible Previewer |
ID | khknjdjihianlbkkbpmoemlkphkeaddi |
URL Officiel | https://chromewebstore.google.com/detail/bible-previewer/khknjdjihianlbkkbpmoemlkphkeaddi |
Description | Turns every bible verse into a link you can hover to see the contents of the verse. |
Taille du Fichier | 269 KB |
Nombre d'Installations | 281 |
Version Actuelle | 1.4.0 |
Dernière Mise à Jour | 2022-06-21 |
Date de Publication | 2019-09-16 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | Cody |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bible Previewer", "short_name": "BiblePreview", "author": "Cody Guldner", "description": "Turns every bible verse into a link you can hover to see the contents of the verse.", "version": "1.4.0", "icons": { "16": "icons\/bible16.png", "32": "icons\/bible32.png", "64": "icons\/bible64.png", "128": "icons\/bible128.png" }, "permissions": [ "https:\/\/bibles.org\/v2\/", "storage", "tabs" ], "browser_action": { "default_icon": "icons\/bible16.png", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_ui": { "page": "html\/options.html", "open_in_tab": false }, "web_accessible_resources": [ "js\/*.js.map" ], "content_scripts": [ { "css": [ "css\/biblePreviewer.css" ], "js": [ "js\/biblePreviewer.js" ], "matches": [ " |