Devotion

Delivering daily evangelical inspiration and motivation in New Tabs.

什么是Devotion?

Devotion是由Soulhawke开发的Chrome扩展程序,该扩展的主要功能是“Delivering daily evangelical inspiration and motivation in New Tabs.”。

扩展截图

screenshot

下载Devotion扩展crx文件

下载Devotion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The perfect companion for any Christian.
This extension provides you with a daily, curated bible passage and wallpaper to help you stay inspired and motivated with your evangelical journey with each New Tab you open.

Soon you'll be able to customise the extension to your preferred bible translation including KJV, ESV and NLT.


Features
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
► Curated selection of bible passages (Currently NIV-only)
► Click-through bible passage to read more with Bible Gateway
► Beautiful landscape imagery via Unsplash
► Click-through to learn more about showcased Artists
► Automatically updates every day
► Saves option preferences


Future Updates
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
► Select Bible Gateway or YouVersion as the bible data source
► Select from additional bible versions including KJV, ESV and NLT
► Select Unsplash, Pexels or both as the wallpaper data source
► Cross-browser compatibility


Permissions
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
► Storage - Used to store a set of data for improved extension speed and functionality
► Unlimited Storage - Enabled expanded extension storage if required when storing data
► URL ("*://*.biblegateway.com/*") - Needed for access to link bible passage information from the Bible Gateway domain
► URL ("*://*.unsplash.com/*") - Needed for access to retrieve imagery from the Unsplash domain                    

扩展基本信息

名称 Devotion Devotion
ID hhaclonhjaodbljljbkihkebplneaodc
官方URL https://chromewebstore.google.com/detail/devotion/hhaclonhjaodbljljbkihkebplneaodc
简介 Delivering daily evangelical inspiration and motivation in New Tabs.
文件大小 1.01 MB
安装次数 60
当前版本 0.1.0
更新时间 2023-01-02
上架时间 2023-01-01
开发者 Soulhawke
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Soulhawke",
    "name": "Devotion",
    "description": "Delivering daily evangelical inspiration and motivation in New Tabs.",
    "version": "0.1.0",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "background": {
        "service_worker": ".\/scripts\/background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.biblegateway.com\/*",
        "*:\/\/*.unsplash.com\/*"
    ]
}