ReadScripture Extension
This extension will present bible scripture when opening a new tab
什麼是ReadScripture Extension?
ReadScripture Extension是由RossJ開發的Chrome擴展程式,該擴展的主要功能是“This extension will present bible scripture when opening a new tab”。
擴展截圖
下載ReadScripture Extension擴展crx文件
下載ReadScripture Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | egpfjfjlnhjkejlpjjkohfchlcphfked |
官方網址 | https://chrome.google.com/webstore/detail/readscripture-extension/egpfjfjlnhjkejlpjjkohfchlcphfked |
簡介 | This extension will present bible scripture when opening a new tab |
檔案大小 | 31.26 KB |
安裝次數 | 346 |
目前版本 | 3.1.6 |
更新時間 | 2018-12-06 |
上架時間 | 2018-12-06 |
評分 | 4.22/5 共 9 次評分 |
開發者 | RossJ |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReadScripture Extension", "short_name": "ReadScripture Extension", "description": "This extension will present bible scripture when opening a new tab", "version": "3.1.6", "background": [], "chrome_url_overrides": { "newtab": ".\/static\/index.html" }, "permissions": [ "activeTab", "https:\/\/readscripture-api.herokuapp.com\/*" ], "icons": { "16": ".\/static\/img\/chrome-icon-16.png", "48": ".\/static\/img\/chrome-icon-48.png", "128": ".\/static\/img\/chrome-icon-128.png" } } |