Sola Scriptura
by scripture alone
What is Sola Scriptura?
Sola Scriptura is a Chrome extension developed by Jon Wong, and its main feature is "by scripture alone".
Extension Screenshots
Download Sola Scriptura Extension CRX File
Download Sola Scriptura 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
Sola Scriptura, latin for 'by scripture alone', is one of the 5 main solaes, alongside Sola fide (by faith alone), Sola gratia (by grace alone), Sola Christus (by Christ alone), and Soli Deo gloria (Glory be to God alone), central to salvation. Sola scriptura dictates that the Bible is inerrant, infalliable, written by human authors, but God-inspired (1 Timothy 3:16). This application replaces the Chrome New Tab page, and returns a unique bible verse overlaid a unique picture every time a new tab is opened. Hopefully, this extension can help people have a constant reminder of God's word and God's creation. Application created as a side project during Summer 2018 to practice/learn Front-End ReactJS. Only shared to friends of Pathlight/LBCSJ. https://github.com/jonlikesapples/SolaScriptura Logo created by Benji Tseng. http://benjitseng.com I TAKE NO CREDIT FOR THIS APPLICATION. mad shout out to Winggo Tse of UCSC, take a look at his original extension. https://chrome.google.com/webstore/detail/glorify/cgfkjilppdjifdiabiogenbncidmpkkd?hl=en
Extension Basic Information
Name | Sola Scriptura |
ID | iihcfflojlfbjegffnlndocgdfcemjfk |
Official URL | https://chromewebstore.google.com/detail/sola-scriptura/iihcfflojlfbjegffnlndocgdfcemjfk |
Description | by scripture alone |
File Size | 197 KB |
Installation Count | 33 |
Current Version | 1.7 |
Last Updated | 2019-03-09 |
Publish Date | 2019-03-09 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Jon Wong |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sola Scriptura", "background": [], "browser_action": [], "description": "by scripture alone", "chrome_url_overrides": { "newtab": "index.html" }, "version": "1.7", "permissions": [ "http:\/\/www.ourmanna.com\/", "https:\/\/www.ourmanna.com\/", "http:\/\/beta.ourmanna.com\/", "https:\/\/beta.ourmanna.com\/" ] } |