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