Daily Bible Page
This extension shows a Google Image search result for the current page
什麼是Daily Bible Page?
Daily Bible Page是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension shows a Google Image search result for the current page”。
擴展截圖
下載Daily Bible Page擴展crx文件
下載Daily Bible Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Search, find, and read the content you want with Daily Bible Page. No more hassle having to subscribe to dozens of websites or having to visit multiple sites everyday. Daily Bible Page brings you the best Christian content everyday, simply by opening your Chrome browser.
擴展基本資訊
名稱 | Daily Bible Page |
ID | gphjpcmeoiibnaggbclidjkknoeddppa |
官方網址 | https://chromewebstore.google.com/detail/daily-bible-page/gphjpcmeoiibnaggbclidjkknoeddppa |
簡介 | This extension shows a Google Image search result for the current page |
檔案大小 | 76.75 KB |
安裝次數 | 73 |
目前版本 | 1.15 |
更新時間 | 2015-08-07 |
上架時間 | 2015-08-07 |
評分 | 4.63/5 共 16 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Daily Bible Page", "description": "This extension shows a Google Image search result for the current page", "icons": { "128": "icon.png" }, "version": "1.15", "chrome_url_overrides": { "newtab": "main.html" }, "permissions": [ "storage" ] } |