Scripture Tagger
A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.
Co je Scripture Tagger?
Scripture Tagger je rozšíření Chrome vyvinuté EdgeCaseLabs.com, a jeho hlavní funkcí je „A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Scripture Tagger
Stáhněte si soubory rozšíření Scripture Tagger ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | bjdodjhgmhfknagondkknocjpdchkhcn |
Oficiální URL | https://chrome.google.com/webstore/detail/scripture-tagger/bjdodjhgmhfknagondkknocjpdchkhcn |
Popis | A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool. |
Velikost souboru | 31.53 KB |
Počet instalací | 174 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2013-08-12 |
Datum Vydání | 2013-08-12 |
Hodnocení | 2.86/5 Celkem 7 Hodnocení |
Vývojář | EdgeCaseLabs.com |
Typ Platby | free |
Webové stránky Rozšíření | http://edgecaselabs.github.io/scripture-tagger/ |
URL Stránky Nápovědy | https://chrome.google.com/webstore/support/bjdodjhgmhfknagondkknocjpdchkhcn |
Podporované Jazyky | 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:\/\/*\/*" ] } |