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とは何ですか?

Random Scripture Generatorはsteeledevelopersによって開発されたChromeの拡張機能で、その主な機能は「Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)」です。

拡張機能のスクリーンショット

screenshot

Random Scripture Generator拡張機能のCRXファイルをダウンロード

Random Scripture Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.)                    

拡張機能の基本情報

名前 Random Scripture Generator Random Scripture Generator
ID gkpbejaonpbpidljdldghalngdbbaiei
公式URL https://chromewebstore.google.com/detail/random-scripture-generato/gkpbejaonpbpidljdldghalngdbbaiei
説明 Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)
ファイルサイズ 3.46 MB
インストール数 55
現在のバージョン 0.3
最終更新日 2019-07-20
公開日 2019-07-19
開発者 steeledevelopers
支払い方法 free
対応言語 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"
    ]
}