iDisciple's Verse of the Day
Start your day with Jesus. Open your browser window to a new and encouraging verse every day.
Что такое iDisciple's Verse of the Day?
iDisciple's Verse of the Day - это расширение Chrome, разработанное iDisciple, и его основная функция - "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.".
Снимки экрана расширения
Скачать файл CRX расширения iDisciple's Verse of the Day
Скачайте файлы расширений iDisciple's Verse of the Day в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
What if every morning you could get a moment with Jesus?
Download iDisciple’s Verse of the Day Chrome extension today! Основная информация о расширении
| Название | |
| ID | plaoglnkeoglehhogbhojbbiickamini |
| Официальный URL | https://chromewebstore.google.com/detail/idisciples-verse-of-the-d/plaoglnkeoglehhogbhojbbiickamini |
| Описание | Start your day with Jesus. Open your browser window to a new and encouraging verse every day. |
| Размер файла | 242 KB |
| Количество установок | 196 |
| Текущая Версия | 1.1.0 |
| Последнее Обновление | 2022-09-13 |
| Дата публикации | 2022-08-29 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | iDisciple |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.idisciple.org |
| URL страницы помощи | https://www.idisciple.org/contact |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.",
"version": "1.1.0",
"manifest_version": 3,
"name": "iDisciple's Verse of the Day",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": "icon-34.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage"
],
"icons": {
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"icon-128.png",
"icon-34.png"
],
"matches": []
}
]
} | |