Bible Quote Tab
See an inspirational bible quote everytime you open a new tab
什麼是Bible Quote Tab?
Bible Quote Tab是由https://cliffordfajardo.com開發的Chrome擴展程式,該擴展的主要功能是“See an inspirational bible quote everytime you open a new tab”。
擴展截圖
下載Bible Quote Tab擴展crx文件
下載Bible Quote Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
View a new motivational bible verses every time you open a new tab in your browser.
Great for folks who love:
- short daily bible verses
- desire to get familiar with empowering bible verses
If you would like to suggest a new quote or feature, simply tweet @cliffordfajard0.
Coming soon: language options to view in spanish, customizable background, more verses & website. 擴展基本資訊
| 名稱 | |
| ID | pemllbblnoniciebhafoakbknjoiinkm |
| 官方網址 | https://chromewebstore.google.com/detail/bible-quote-tab/pemllbblnoniciebhafoakbknjoiinkm |
| 簡介 | See an inspirational bible quote everytime you open a new tab |
| 檔案大小 | 21.99 KB |
| 安裝次數 | 322 |
| 目前版本 | 0.1 |
| 更新時間 | 2018-04-14 |
| 上架時間 | 2018-04-14 |
| 評分 | 4.33/5 共 12 次評分 |
| 開發者 | https://cliffordfajardo.com |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bible Quote Tab",
"version": "0.1",
"description": "See an inspirational bible quote everytime you open a new tab",
"author": "Clifford Fajardo",
"offline_enabled": true,
"chrome_url_overrides": {
"newtab": "app.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |