Scripture Tagger
A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.
Wat is Scripture Tagger?
Scripture Tagger is een Chrome-extensie ontwikkeld door EdgeCaseLabs.com, en de belangrijkste functie is "A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.".
Extensie Screenshots
Download het CRX-bestand van de extensie Scripture Tagger
Download Scripture Tagger-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | bjdodjhgmhfknagondkknocjpdchkhcn |
| Officiële URL | https://chrome.google.com/webstore/detail/scripture-tagger/bjdodjhgmhfknagondkknocjpdchkhcn |
| Beschrijving | A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool. |
| Bestandsgrootte | 31.53 KB |
| Aantal Installaties | 174 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2013-08-12 |
| Publicatiedatum | 2013-08-12 |
| Beoordeling | 2.86/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | EdgeCaseLabs.com |
| Betalingswijze | free |
| Extensiewebsite | http://edgecaselabs.github.io/scripture-tagger/ |
| Help Pagina-URL | https://chrome.google.com/webstore/support/bjdodjhgmhfknagondkknocjpdchkhcn |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |