Jesus Quotes

Random quote from Jesus on each new tab.

Wat is Jesus Quotes?

Jesus Quotes is een Chrome-extensie ontwikkeld door haydmills, en de belangrijkste functie is "Random quote from Jesus on each new tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Jesus Quotes

Download Jesus Quotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Bible quotes from Jesus.                    

Basisinformatie over de Extensie

Naam Jesus Quotes Jesus Quotes
ID plbdiohbpbliejbjhdndgcimcepgjnpm
Officiële URL https://chromewebstore.google.com/detail/jesus-quotes/plbdiohbpbliejbjhdndgcimcepgjnpm
Beschrijving Random quote from Jesus on each new tab.
Bestandsgrootte 143 KB
Aantal Installaties 539
Huidige Versie 0.0.2
Laatst Bijgewerkt 2019-08-03
Publicatiedatum 2019-08-03
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar haydmills
Betalingswijze free
Extensiewebsite http://haydmills.com/
Ondersteunde Talen 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"
    }
}