Random Scripture Generator

Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)

Random Scripture Generator là gì?

Random Scripture Generator là một tiện ích mở rộng Chrome được phát triển bởi steeledevelopers, và tính năng chính của nó là "Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)".

Ả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 Random Scripture Generator

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

                        Clicking this chrome extension to see a random verse of scripture is a great way to pique your curiosity about the stories and content of these books of scriptures. From the chrome extension, click on the verse reference to read it in context, on the church website. (This is not an official app from The Church Of Jesus Christ of Latter-Day Saints.)                    

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

Tên Random Scripture Generator Random Scripture Generator
ID gkpbejaonpbpidljdldghalngdbbaiei
URL Chính Thức https://chromewebstore.google.com/detail/random-scripture-generato/gkpbejaonpbpidljdldghalngdbbaiei
Mô tả Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)
Kích Thước Tệp 3.46 MB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2019-07-20
Ngày Phát Hành 2019-07-19
Nhà Phát Triển steeledevelopers
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Scripture Generator",
    "description": "Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)",
    "version": "0.3",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "Icons\/v3-scripture-orb1.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Icons\/v3-scripture-orb1.png",
        "19": "Icons\/v3-scripture-orb1.png",
        "38": "Icons\/v3-scripture-orb1.png",
        "48": "Icons\/v3-scripture-orb1.png",
        "128": "Icons\/v3-scripture-orb1.png",
        "256": "Icons\/v3-scripture-orb1.png"
    },
    "permissions": [
        "storage"
    ]
}