Daily Bible Verse

A new tab extension which displays a new Bible verse daily.

Daily Bible Verseとは何ですか?

Daily Bible VerseはTKによって開発されたChromeの拡張機能で、その主な機能は「A new tab extension which displays a new Bible verse daily.」です。

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

screenshot
screenshot
screenshot
screenshot

Daily Bible Verse拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A new tab extension which displays a new bible verse daily.

To switch between 12 hour and 24 hour formats, click the time at the top.                    

拡張機能の基本情報

名前 Daily Bible Verse Daily Bible Verse
ID lciekfmhecamdffbalcmlkndoppnbdjg
公式URL https://chromewebstore.google.com/detail/daily-bible-verse/lciekfmhecamdffbalcmlkndoppnbdjg
説明 A new tab extension which displays a new Bible verse daily.
ファイルサイズ 3.28 MB
インストール数 118
現在のバージョン 1.6
最終更新日 2024-02-26
公開日 2023-09-04
評価 5.00/5 合計 4 レビュー
開発者 TK
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Daily Bible Verse",
    "version": "1.6",
    "description": "A new tab extension which displays a new Bible verse daily.",
    "permissions": [],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "update.png",
                "*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}