Bible Scripture Tagger

Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal

什麼是Bible Scripture Tagger?

Bible Scripture Tagger是由Bible Portal開發的Chrome擴展程式,該擴展的主要功能是“Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal”。

擴展截圖

screenshot

下載Bible Scripture Tagger擴展crx文件

下載Bible Scripture Tagger擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Bible Scripture Tagger is a Chrome Extension to automatically create a hover for Bible references. The hover reveals the verse text and provides a link for further study at the Bible Portal website.

This extension can automatically recognize the Bible version. It's very convenient for you to look up the Bible Scripture on internet.                    

擴展基本資訊

名稱 Bible Scripture Tagger Bible Scripture Tagger
ID pfinlfmmmmlloojfjjiniimkdblghjjo
官方網址 https://chromewebstore.google.com/detail/bible-scripture-tagger/pfinlfmmmmlloojfjjiniimkdblghjjo
簡介 Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal
檔案大小 112 KB
安裝次數 103
目前版本 0.0.1
更新時間 2021-08-12
上架時間 2021-08-10
評分 4.20/5 共 5 次評分
開發者 Bible Portal
電子郵箱 [email protected]
付費類型 free
擴展官網 https://bibleportal.com/
說明頁面URL https://bibleportal.com
隱私政策頁面URL https://bibleportal.com/page/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bible Scripture Tagger",
    "description": "Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal",
    "version": "0.0.1",
    "action": {
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png",
            "48": "\/icons\/icon48.png",
            "128": "\/icons\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css",
                "css\/scripture_tagger.css"
            ],
            "js": [
                "scripts\/jquery-1.11.2.min.js",
                "scripts\/yahoo-dom-event.js",
                "scripts\/scripture_tagger.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/bp-logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}