Scripture Tagger
A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.
Qu'est-ce que Scripture Tagger ?
Scripture Tagger est une extension Chrome développée par EdgeCaseLabs.com, et sa fonction principale est "A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scripture Tagger
Téléchargez les fichiers d'extension Scripture Tagger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bjdodjhgmhfknagondkknocjpdchkhcn |
URL Officiel | https://chrome.google.com/webstore/detail/scripture-tagger/bjdodjhgmhfknagondkknocjpdchkhcn |
Description | A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool. |
Taille du Fichier | 31.53 KB |
Nombre d'Installations | 174 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2013-08-12 |
Date de Publication | 2013-08-12 |
Évaluation | 2.86/5 Total 7 Évaluations |
Développeur | EdgeCaseLabs.com |
Type de Paiement | free |
Site Web de l'Extension | http://edgecaselabs.github.io/scripture-tagger/ |
URL de la Page d'Aide | https://chrome.google.com/webstore/support/bjdodjhgmhfknagondkknocjpdchkhcn |
Langues Prises en Charge | 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:\/\/*\/*" ] } |