my-bible

my-bible

my-bibleとは何ですか?

my-bibleはzelenkooleksii75によって開発されたChromeの拡張機能で、その主な機能は「my-bible」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

my-bible拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 my-bible my-bible
ID gopblffdbhncklknfkalmldejndpejnd
公式URL https://chromewebstore.google.com/detail/my-bible/gopblffdbhncklknfkalmldejndpejnd
説明 my-bible
ファイルサイズ 2.74 MB
インストール数 211
現在のバージョン 1.0.0
最終更新日 2020-05-28
公開日 2020-05-27
評価 1.00/5 合計 1 レビュー
開発者 zelenkooleksii75
Eメール [email protected]
支払い方法 free
対応言語 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'"
}