Verse of the Day
This extension shows the VOTD from BibleGateway.com
Что такое Verse of the Day?
Verse of the Day - это расширение Chrome, разработанное marlonn.funtanilla, и его основная функция - "This extension shows the VOTD from BibleGateway.com".
Скачать файл CRX расширения Verse of the Day
Скачайте файлы расширений Verse of the Day в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | fplojlkfdpaonhfpddldfhdkkgaeijeo |
Официальный URL | https://chrome.google.com/webstore/detail/verse-of-the-day/fplojlkfdpaonhfpddldfhdkkgaeijeo |
Описание | This extension shows the VOTD from BibleGateway.com |
Размер файла | 9.15 KB |
Количество установок | 42 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-08-05 |
Дата публикации | 2016-08-05 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | marlonn.funtanilla |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Verse of the Day", "description": "This extension shows the VOTD from BibleGateway.com", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.biblegateway.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |