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
Eメール [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"
            ]
        }
    ]
}