Jesus Quotes

Random quote from Jesus on each new tab.

Vad är Jesus Quotes?

Jesus Quotes är en Chrome-tillägg utvecklad av haydmills, och dess huvudfunktion är "Random quote from Jesus on each new tab.".

Tilläggsskärmbilder

screenshot

Ladda ner Jesus Quotes-förlängningens CRX-fil

Ladda ner Jesus Quotes-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

                        Bible quotes from Jesus.                    

Grundläggande Information om Tillägg

Namn Jesus Quotes Jesus Quotes
ID plbdiohbpbliejbjhdndgcimcepgjnpm
Officiell webbadress https://chromewebstore.google.com/detail/jesus-quotes/plbdiohbpbliejbjhdndgcimcepgjnpm
Beskrivning Random quote from Jesus on each new tab.
Filstorlek 143 KB
Antal Installationer 539
Aktuell Version 0.0.2
Senast Uppdaterad 2019-08-03
Publiceringsdatum 2019-08-03
Betyg 3.50/5 Totalt 2 Betyg
Utvecklare haydmills
Betalningssätt free
Tilläggswebbplats http://haydmills.com/
Stödda Språk 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"
    }
}