Scripture Tagger
A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.
Cos'è Scripture Tagger?
Scripture Tagger è un'estensione di Chrome sviluppata da EdgeCaseLabs.com, e la sua funzione principale è "A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scripture Tagger
Scarica i file di estensione Scripture Tagger 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
IF YOU'RE HAVING TROUBLE, PLEASE LEAVE FEEDBACK HERE, NOT IN THE REVIEWS--I CAN'T RESPOND TO REVIEWS: https://chrome.google.com/webstore/support/bjdodjhgmhfknagondkknocjpdchkhcn This is a simple Chrome Extension which turns scripture references on a webpage into links. When you hover over a link, you are shown the scripture reference in a popup. Clicking the link takes you to the associated scripture passage. All of this is made possible by using the free RefTagger tool from Logos Bible Software.
Informazioni di Base sull'Estensione
Nome | |
ID | bjdodjhgmhfknagondkknocjpdchkhcn |
URL Ufficiale | https://chrome.google.com/webstore/detail/scripture-tagger/bjdodjhgmhfknagondkknocjpdchkhcn |
Descrizione | A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool. |
Dimensione del File | 31.53 KB |
Conteggio Installazioni | 174 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2013-08-12 |
Data di Pubblicazione | 2013-08-12 |
Valutazione | 2.86/5 Totale 7 Valutazioni |
Sviluppatore | EdgeCaseLabs.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://edgecaselabs.github.io/scripture-tagger/ |
URL della Pagina di Aiuto | https://chrome.google.com/webstore/support/bjdodjhgmhfknagondkknocjpdchkhcn |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scripture Tagger", "version": "1.0.3", "manifest_version": 2, "description": "A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.", "icons": { "16": "lincoln_bible16.png", "48": "lincoln_bible48.png", "128": "lincoln_bible128.png" }, "browser_action": { "default_icon": { "19": "lincoln_bible32.png", "38": "lincoln_bible48.png" } }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/*\/*" ] } |