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
官方網址 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"
    ]
}