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
公式URL 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
Eメール [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": [
                ""
            ]
        }
    ]
}