Bible Inspirations

Bible Inspirations by Joona

Bible Inspirationsคืออะไร?

Bible Inspirations เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bible Inspirations และคุณลักษณะหลักของมันคือ "Bible Inspirations by Joona"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Be inspired by verses from the Bible every day with Bible Inspirations. This extension created to elevate your browsing experience and provide daily inspiration from the Bible. Each time you open a new tab or homepage beautiful images of nature and biblical locations will appear as the wallpaper of a customizable page for you to enjoy, along with more features such as:

-  Read the Bible
-  Daily Inspirational Bible Verses
-  Watch Inspiring Videos & Sermons
-  Take Helpful Message Notes
-  Daily Devotionals


The Bible Inspirations extension also gives you a centralized space for you to personalize preferred items such as:

-  Quick Web Search Bar
-  Weather Forecast
-  Favorite Web Links
-  Date & Time
-  And Much More!


Simply click “Add to Chrome” and install Bible Inspirations.

We hope you enjoy our Bible Inspirations home page experience as much as we do!

By clicking "Add to Chrome" and installing the Bible Inspirations homepage extension, you accept and agree to abide by the End User License Agreement and Privacy Policy. For more information on this extension including instructions on how to remove, please visit: https://www.bibleinspirations.io/                    

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

ชื่อ Bible Inspirations Bible Inspirations
ID kinglefhhigfnmmcjhjigjfcbfceckjm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bible-inspirations/kinglefhhigfnmmcjhjigjfcbfceckjm
คำอธิบาย Bible Inspirations by Joona
ขนาดไฟล์ 57.39 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 0.2.1000.550
อัปเดตครั้งล่าสุด 2019-06-25
วันที่เผยแพร่ 2019-06-25
ผู้พัฒนา Bible Inspirations
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://joona.io/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bible Inspirations",
    "version": "0.2.1000.550",
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "topSites",
        "alarms",
        "https:\/\/*.joona.io\/*",
        "http:\/\/*.joona.io\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "description": "Bible Inspirations by Joona",
    "chrome_url_overrides": {
        "newtab": "html\/load.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/cs\/data-frame.js"
            ],
            "matches": [
                "https:\/\/*.joona.io\/*",
                "http:\/\/*.joona.io\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "web_accessible_resources": [
        "js\/bg\/focus.js"
    ]
}