Scripture Tagger
A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.
Vad är Scripture Tagger?
Scripture Tagger är en Chrome-tillägg utvecklad av EdgeCaseLabs.com, och dess huvudfunktion är "A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.".
Tilläggsskärmbilder
Ladda ner Scripture Tagger-förlängningens CRX-fil
Ladda ner Scripture Tagger-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | bjdodjhgmhfknagondkknocjpdchkhcn |
Officiell webbadress | https://chrome.google.com/webstore/detail/scripture-tagger/bjdodjhgmhfknagondkknocjpdchkhcn |
Beskrivning | A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool. |
Filstorlek | 31.53 KB |
Antal Installationer | 174 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2013-08-12 |
Publiceringsdatum | 2013-08-12 |
Betyg | 2.86/5 Totalt 7 Betyg |
Utvecklare | EdgeCaseLabs.com |
Betalningssätt | free |
Tilläggswebbplats | http://edgecaselabs.github.io/scripture-tagger/ |
Hjälpsida URL | https://chrome.google.com/webstore/support/bjdodjhgmhfknagondkknocjpdchkhcn |
Stödda Språk | 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:\/\/*\/*" ] } |