Youversion Search - Filter notes & bookmarks

Web Browser extension for YouVersion Bible App to make notes and bookmarks filterable.

什么是Youversion Search - Filter notes & bookmarks?

Youversion Search - Filter notes & bookmarks是由https://favourfelix.com开发的Chrome扩展程序,该扩展的主要功能是“Web Browser extension for YouVersion Bible App to make notes and bookmarks filterable.”。

扩展截图

screenshot
screenshot

下载Youversion Search - Filter notes & bookmarks扩展crx文件

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

扩展使用说明

                        Elevate Your Bible Study Experience with the Youversion Search Chrome Extension

Engage with the Scriptures on a new level with Youversion Search—seamlessly integrated with your Youversion Bible App, but with super powers to help you manage your notes and bookmarks better.

Why Choose the Youversion Search Chrome Extension?
- Easily access and build upon your spiritual insights by efficiently managing notes and bookmarks.

- Find specific verses and thoughts instantly, making your former discoveries more accessible than ever.

- Enjoy smooth synchronization between web extension, mobile web and your Youversion Bible app, ensuring your insights are available everywhere you go.

Experience Youversion Search today and study more efficiently.

*Please note that Youversion Search is not affiliated with Youversion or Life.Church. It is a standalone product built by an independent developer.                    

扩展基本信息

名称 Youversion Search - Filter notes & bookmarks Youversion Search - Filter notes & bookmarks
ID ccdlfnlcdkjjcjdiidgghcgeadghfbdp
官方URL https://chromewebstore.google.com/detail/youversion-search-filter/ccdlfnlcdkjjcjdiidgghcgeadghfbdp
简介 Web Browser extension for YouVersion Bible App to make notes and bookmarks filterable.
文件大小 369 KB
安装次数 379
当前版本 1.0.6
更新时间 2024-01-19
上架时间 2023-08-17
评分 5.00/5 共4次评分
开发者 https://favourfelix.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://favourfelix.com/youversion-search
隐私政策页面URL https://www.freeprivacypolicy.com/live/1a83a299-00cf-4de5-a841-dcadefe3f414
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youversion Search - Filter notes & bookmarks",
    "description": "Web Browser extension for YouVersion Bible App to make notes and bookmarks filterable.",
    "version": "1.0.6",
    "action": {
        "default_popup": "index.html",
        "default_icon": "images\/youversion-search-128.png"
    },
    "icons": {
        "16": "images\/youversion-search-16.png",
        "32": "images\/youversion-search-32.png",
        "48": "images\/youversion-search-48.png",
        "128": "images\/youversion-search-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content-script.ts"
            ],
            "matches": [
                "https:\/\/my.bible.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "host_permissions": [
        "*:\/\/*.bible.com\/"
    ],
    "permissions": [
        "cookies",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "https:\/\/www.gstatic.com\/firebasejs\/10.7.1\/firebase-app-compat.js"
            ]
        }
    ]
}