Jesus Quotes
Random quote from Jesus on each new tab.
Cos'è Jesus Quotes?
Jesus Quotes è un'estensione di Chrome sviluppata da haydmills, e la sua funzione principale è "Random quote from Jesus on each new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jesus Quotes
Scarica i file di estensione Jesus Quotes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Bible quotes from Jesus.
Informazioni di Base sull'Estensione
Nome | Jesus Quotes |
ID | plbdiohbpbliejbjhdndgcimcepgjnpm |
URL Ufficiale | https://chromewebstore.google.com/detail/jesus-quotes/plbdiohbpbliejbjhdndgcimcepgjnpm |
Descrizione | Random quote from Jesus on each new tab. |
Dimensione del File | 143 KB |
Conteggio Installazioni | 539 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2019-08-03 |
Data di Pubblicazione | 2019-08-03 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | haydmills |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://haydmills.com/ |
Lingue Supportate | 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" } } |