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 là gì?

Bible Scripture Tagger là một tiện ích mở rộng Chrome được phát triển bởi Bible Portal, và tính năng chính của nó là "Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bible Scripture Tagger

Tải xuống các tệp mở rộng Bible Scripture Tagger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bible Scripture Tagger Bible Scripture Tagger
ID pfinlfmmmmlloojfjjiniimkdblghjjo
URL Chính Thức https://chromewebstore.google.com/detail/bible-scripture-tagger/pfinlfmmmmlloojfjjiniimkdblghjjo
Mô tả Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-08-12
Ngày Phát Hành 2021-08-10
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Bible Portal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bibleportal.com/
URL Trang Trợ Giúp https://bibleportal.com
URL Trang Chính Sách Bảo Mật https://bibleportal.com/page/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}