New Tab Bible Verses

Bible verses delivered every time you open up a new tab.

New Tab Bible Versesとは何ですか?

New Tab Bible VersesはThe Mindful Tech Labによって開発されたChromeの拡張機能で、その主な機能は「Bible verses delivered every time you open up a new tab.」です。

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

screenshot
screenshot
screenshot
screenshot

New Tab Bible Verses拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        New Tab Bible Verses replaces your new tab page with a selection of randomized Bible verses displayed in a minimalist layout. There’s no better way to inject Bible verses into your daily routine than to add this simple extension. 

A project in collaboration with Dr. Jeremy Roberts, Lead Pastor of The Church of Highlands and adjunct professor at Liberty University. You can reach out to him at [email protected]                    

拡張機能の基本情報

名前 New Tab Bible Verses New Tab Bible Verses
ID djlpnhfkmaghdcfdmajkkefmjnmiidbc
公式URL https://chrome.google.com/webstore/detail/new-tab-bible-verses/djlpnhfkmaghdcfdmajkkefmjnmiidbc
説明 Bible verses delivered every time you open up a new tab.
ファイルサイズ 42.51 KB
インストール数 711
現在のバージョン 1.8
最終更新日 2017-01-13
公開日 2017-01-13
評価 4.83/5 合計 143 レビュー
開発者 The Mindful Tech Lab
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "New Tab Bible Verses",
    "description": "Bible verses delivered every time you open up a new tab.",
    "version": "1.8",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}