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はiDiscipleによって開発されたChromeの拡張機能で、その主な機能は「Start your day with Jesus. Open your browser window to a new and encouraging verse every day.」です。
拡張機能のスクリーンショット
iDisciple's Verse of the Day拡張機能のCRXファイルをダウンロード
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!
拡張機能の基本情報
名前 | iDisciple's Verse of the Day |
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 |
Eメール | [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": [] } ] } |