my-bible
my-bible
What is my-bible?
my-bible is a Chrome extension developed by zelenkooleksii75, and its main feature is "my-bible".
Extension Screenshots
Download my-bible Extension CRX File
Download my-bible extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gopblffdbhncklknfkalmldejndpejnd |
Official URL | https://chromewebstore.google.com/detail/my-bible/gopblffdbhncklknfkalmldejndpejnd |
Description | my-bible |
File Size | 2.74 MB |
Installation Count | 211 |
Current Version | 1.0.0 |
Last Updated | 2020-05-28 |
Publish Date | 2020-05-27 |
Rating | 1.00/5 Total 1 Ratings |
Developer | zelenkooleksii75 |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |