Jesus Quotes
Random quote from Jesus on each new tab.
What is Jesus Quotes?
Jesus Quotes is a Chrome extension developed by haydmills, and its main feature is "Random quote from Jesus on each new tab.".
Extension Screenshots
Download Jesus Quotes Extension CRX File
Download Jesus Quotes 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
Bible quotes from Jesus.
Extension Basic Information
Name | Jesus Quotes |
ID | plbdiohbpbliejbjhdndgcimcepgjnpm |
Official URL | https://chromewebstore.google.com/detail/jesus-quotes/plbdiohbpbliejbjhdndgcimcepgjnpm |
Description | Random quote from Jesus on each new tab. |
File Size | 143 KB |
Installation Count | 539 |
Current Version | 0.0.2 |
Last Updated | 2019-08-03 |
Publish Date | 2019-08-03 |
Rating | 3.50/5 Total 2 Ratings |
Developer | haydmills |
Payment Type | free |
Extension Website | http://haydmills.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jesus Quotes", "description": "Random quote from Jesus on each new tab.", "version": "0.0.2", "author": "@haydmills", "chrome_url_overrides": { "newtab": "customNewTab.html" }, "permissions": [ "http:\/\/api.forismatic.com\/" ], "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } } |