my-bible
my-bible
什么是my-bible?
my-bible是由zelenkooleksii75开发的Chrome扩展程序,该扩展的主要功能是“my-bible”。
扩展截图
下载my-bible扩展crx文件
下载my-bible扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
King James Bible Quick search. Resize bible text and window width. Number of verses displayed. Random verse. Saving and restoring your settings - font size and window width. Restore default settings. German, Russian, Greek, Chinese, French, Spanish, Turkish, Old Slavic, Belarusian translations.
扩展基本信息
名称 | |
ID | gopblffdbhncklknfkalmldejndpejnd |
官方URL | https://chromewebstore.google.com/detail/my-bible/gopblffdbhncklknfkalmldejndpejnd |
简介 | my-bible |
文件大小 | 2.74 MB |
安装次数 | 211 |
当前版本 | 1.0.0 |
更新时间 | 2020-05-28 |
上架时间 | 2020-05-27 |
评分 | 1.00/5 共1次评分 |
开发者 | zelenkooleksii75 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "my-bible", "permissions": [ "storage" ], "description": "my-bible", "version": "1.0.0", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "my-bible", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |