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 - это расширение Chrome, разработанное https://favourfelix.com, и его основная функция - "Web Browser extension for YouVersion Bible App to make notes and bookmarks filterable.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Youversion Search - Filter notes & bookmarks

Скачайте файлы расширений 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"
            ]
        }
    ]
}