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 |
官方URL | 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" } } |