Top Scripture Bible Verse Toolbar

A free bible verse notification bar on a timer to keep God's Word in your busy working life

Top Scripture Bible Verse Toolbarとは何ですか?

Top Scripture Bible Verse Toolbarはhttps://www.topscripture.comによって開発されたChromeの拡張機能で、その主な機能は「A free bible verse notification bar on a timer to keep God's Word in your busy working life」です。

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

screenshot

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

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

拡張機能の使用方法

                        God's Word: Every Hour, for 10 Seconds.

TopScripture is the first of it's kind browser extension for busy, professional Christians.

At a timed interval that you set, the bible verse of the day will beautifully drop down from the top of your browser for a few seconds, reminding you of God's Word as you work throughout the day.

You may turn the timer off, and simply click the bible icon in your browser toolbar when you feel a need to see the verse of the day.

TopScripture is simply the most beautiful, simple, and enjoyable bible-verse-of-the-day browser extension.

We now support the following translations:
* NIV
* NLT
* ESV
* KJV
*ASV

Support, questions, feedback?
[email protected]

Please help spread the word!  TopScripture.com                    

拡張機能の基本情報

名前 Top Scripture Bible Verse Toolbar Top Scripture Bible Verse Toolbar
ID gfnaeiaojgbbcdbmlhgcihofhiblmkmi
公式URL https://chromewebstore.google.com/detail/top-scripture-bible-verse/gfnaeiaojgbbcdbmlhgcihofhiblmkmi
説明 A free bible verse notification bar on a timer to keep God's Word in your busy working life
ファイルサイズ 81.95 KB
インストール数 648
現在のバージョン 1.2.1
最終更新日 2012-11-16
公開日 2012-11-16
評価 4.75/5 合計 8 レビュー
開発者 https://www.topscripture.com
支払い方法 free
拡張機能のウェブサイト http://topscripture.com
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Top Scripture Bible Verse Toolbar",
    "version": "1.2.1",
    "description": "A free bible verse notification bar on a timer to keep God's Word in your busy working life",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/19x19.png",
        "default_title": "TopScripture Bible Verse"
    },
    "options_page": "settings\/settings.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "web_accessible_resources": [
        "img\/sprite.png",
        "img\/[email protected]",
        "img\/slightly-textured-trans.png"
    ]
}