ReadScripture Extension

This extension will present bible scripture when opening a new tab

Vad är ReadScripture Extension?

ReadScripture Extension är en Chrome-tillägg utvecklad av RossJ, och dess huvudfunktion är "This extension will present bible scripture when opening a new tab".

Tilläggsskärmbilder

screenshot

Ladda ner ReadScripture Extension-förlängningens CRX-fil

Ladda ner ReadScripture Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn ReadScripture Extension ReadScripture Extension
ID egpfjfjlnhjkejlpjjkohfchlcphfked
Officiell webbadress https://chrome.google.com/webstore/detail/readscripture-extension/egpfjfjlnhjkejlpjjkohfchlcphfked
Beskrivning This extension will present bible scripture when opening a new tab
Filstorlek 31.26 KB
Antal Installationer 346
Aktuell Version 3.1.6
Senast Uppdaterad 2018-12-06
Publiceringsdatum 2018-12-06
Betyg 4.22/5 Totalt 9 Betyg
Utvecklare RossJ
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}