Scripture Tagger
A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.
Scripture Tagger क्या है?
Scripture Tagger EdgeCaseLabs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scripture Tagger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bjdodjhgmhfknagondkknocjpdchkhcn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/scripture-tagger/bjdodjhgmhfknagondkknocjpdchkhcn |
विवरण | A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool. |
फ़ाइल का आकार | 31.53 KB |
स्थापना संख्या | 174 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2013-08-12 |
प्रकाशन तिथि | 2013-08-12 |
रेटिंग | 2.86/5 कुल 7 रेटिंग्स |
डेवलपर | EdgeCaseLabs.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://edgecaselabs.github.io/scripture-tagger/ |
सहायता पृष्ठ URL | https://chrome.google.com/webstore/support/bjdodjhgmhfknagondkknocjpdchkhcn |
समर्थित भाषाएँ | 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:\/\/*\/*" ] } |