Daily Bible Verse
The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab.
Daily Bible Verseとは何ですか?
Daily Bible Verseはhttps://bibleverseapp.comによって開発されたChromeの拡張機能で、その主な機能は「The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab.」です。
拡張機能のスクリーンショット
Daily Bible Verse拡張機能のCRXファイルをダウンロード
Daily Bible Verse拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace new tab page with God's words. Select your favorite bible reading plans, read the verse whenever you open a new tab, and play simple games to help you memorize the verses. Delightful background photos and animation every time you open a new tab. We make bible reading easy and fun! 拡張機能の基本情報
| 名前 | |
| ID | jogajkcgclkfedbhdcopmpmeeophkkji |
| 公式URL | https://chromewebstore.google.com/detail/daily-bible-verse/jogajkcgclkfedbhdcopmpmeeophkkji |
| 説明 | The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab. |
| ファイルサイズ | 12.1 MB |
| インストール数 | 1,922 |
| 現在のバージョン | 2.1.1 |
| 最終更新日 | 2017-05-02 |
| 公開日 | 2017-05-02 |
| 評価 | 4.60/5 合計 67 レビュー |
| 開発者 | https://bibleverseapp.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.bibleverseapp.com |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Daily Bible Verse",
"description": "The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab.",
"permissions": [
"storage",
"http:\/\/biblereadingplans.herokuapp.com\/verses",
"http:\/\/localhost:3000\/verses",
"http:\/\/localhost:3001\/verses"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"version": "2.1.1",
"chrome_url_overrides": {
"newtab": "main.html"
},
"web_accessible_resources": [
"reading_plan.js",
"jqmeter.min.js",
"circle-progress.js"
],
"manifest_version": 2
} | |