my-bible

my-bible

my-bible là gì?

my-bible là một tiện ích mở rộng Chrome được phát triển bởi zelenkooleksii75, và tính năng chính của nó là "my-bible".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng my-bible

Tải xuống các tệp mở rộng my-bible 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

                        King James Bible
Quick search.
Resize bible text and window width.
Number of verses displayed.
  Random verse.
Saving and restoring your settings - font size and window width.
Restore default settings.
German, Russian, Greek, Chinese, French, Spanish, Turkish, Old Slavic, Belarusian  translations.                    

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

Tên my-bible my-bible
ID gopblffdbhncklknfkalmldejndpejnd
URL Chính Thức https://chromewebstore.google.com/detail/my-bible/gopblffdbhncklknfkalmldejndpejnd
Mô tả my-bible
Kích Thước Tệp 2.74 MB
Số Lần Cài Đặt 211
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-05-28
Ngày Phát Hành 2020-05-27
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển zelenkooleksii75
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "my-bible",
    "permissions": [
        "storage"
    ],
    "description": "my-bible",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "my-bible",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}