ReadScripture Extension

This extension will present bible scripture when opening a new tab

What is ReadScripture Extension?

ReadScripture Extension is a Chrome extension developed by RossJ, and its main feature is "This extension will present bible scripture when opening a new tab".

Extension Screenshots

screenshot

Download ReadScripture Extension Extension CRX File

Download ReadScripture Extension 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

                                            

Extension Basic Information

Name ReadScripture Extension ReadScripture Extension
ID egpfjfjlnhjkejlpjjkohfchlcphfked
Official URL https://chrome.google.com/webstore/detail/readscripture-extension/egpfjfjlnhjkejlpjjkohfchlcphfked
Description This extension will present bible scripture when opening a new tab
File Size 31.26 KB
Installation Count 346
Current Version 3.1.6
Last Updated 2018-12-06
Publish Date 2018-12-06
Rating 4.22/5 Total 9 Ratings
Developer RossJ
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}