Daily Bible Verse

The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab.

Daily Bible Verseคืออะไร?

Daily Bible Verse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bibleverseapp.com และคุณลักษณะหลักของมันคือ "The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Daily Bible Verse

ดาวน์โหลดไฟล์ส่วนขยาย Daily Bible Verse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Replace new tab page with God's words.  Select your favorite bible reading plans, read the verse whenever you open a new tab, and play simple games to help you memorize the verses.  Delightful background photos and animation every time you open a new tab.   We make bible reading easy and fun!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Daily Bible Verse Daily Bible Verse
ID jogajkcgclkfedbhdcopmpmeeophkkji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/daily-bible-verse/jogajkcgclkfedbhdcopmpmeeophkkji
คำอธิบาย The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab.
ขนาดไฟล์ 12.1 MB
จำนวนการติดตั้ง 1,922
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2017-05-02
วันที่เผยแพร่ 2017-05-02
คะแนน 4.60/5 รวมทั้งหมด 67 คะแนน
ผู้พัฒนา https://bibleverseapp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.bibleverseapp.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Bible Verse",
    "description": "The most beautiful daily bible verse plugin.  Select a reading plans, read the verse whenever you open a new tab.",
    "permissions": [
        "storage",
        "http:\/\/biblereadingplans.herokuapp.com\/verses",
        "http:\/\/localhost:3000\/verses",
        "http:\/\/localhost:3001\/verses"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "version": "2.1.1",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "web_accessible_resources": [
        "reading_plan.js",
        "jqmeter.min.js",
        "circle-progress.js"
    ],
    "manifest_version": 2
}