Bible Previewer
Turns every bible verse into a link you can hover to see the contents of the verse.
Cos'è Bible Previewer?
Bible Previewer è un'estensione di Chrome sviluppata da Cody, e la sua funzione principale è "Turns every bible verse into a link you can hover to see the contents of the verse.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bible Previewer
Scarica i file di estensione Bible Previewer 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
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.
Informazioni di Base sull'Estensione
Nome | Bible Previewer |
ID | khknjdjihianlbkkbpmoemlkphkeaddi |
URL Ufficiale | https://chromewebstore.google.com/detail/bible-previewer/khknjdjihianlbkkbpmoemlkphkeaddi |
Descrizione | Turns every bible verse into a link you can hover to see the contents of the verse. |
Dimensione del File | 269 KB |
Conteggio Installazioni | 281 |
Versione Corrente | 1.4.0 |
Ultimo Aggiornamento | 2022-06-21 |
Data di Pubblicazione | 2019-09-16 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | Cody |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |