Verse of the Day

This extension shows the VOTD from BibleGateway.com

Verse of the Dayとは何ですか?

Verse of the Dayはmarlonn.funtanillaによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the VOTD from BibleGateway.com」です。

Verse of the Day拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Verse of the Day Verse of the Day
ID fplojlkfdpaonhfpddldfhdkkgaeijeo
公式URL https://chrome.google.com/webstore/detail/verse-of-the-day/fplojlkfdpaonhfpddldfhdkkgaeijeo
説明 This extension shows the VOTD from BibleGateway.com
ファイルサイズ 9.15 KB
インストール数 42
現在のバージョン 1.0
最終更新日 2016-08-05
公開日 2016-08-05
評価 5.00/5 合計 2 レビュー
開発者 marlonn.funtanilla
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Verse of the Day",
    "description": "This extension shows the VOTD from BibleGateway.com",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.biblegateway.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}