MormonDaily.org
UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.
Cos'è MormonDaily.org?
MormonDaily.org è un'estensione di Chrome sviluppata da http://www.mormondaily.org, e la sua funzione principale è "UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MormonDaily.org
Scarica i file di estensione MormonDaily.org 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
The MormonDaily.org Chrome Extension gives you LDS inspired spiritual thoughts and insights directly to your browser. After you've installed the extension simply click on the logo and the day's spiritual thought will appear. You will also get a short notification at the bottom of your screen when a new spiritual thought is available.
Informazioni di Base sull'Estensione
Nome | |
ID | cebjdfmmfkpbdibbjhaihoogjhbmnipp |
URL Ufficiale | https://chrome.google.com/webstore/detail/mormondailyorg/cebjdfmmfkpbdibbjhaihoogjhbmnipp |
Descrizione | UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS. |
Dimensione del File | 105 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2015-12-26 |
Data di Pubblicazione | 2015-12-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.mormondaily.org |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MormonDaily.org", "version": "2.1", "description": "UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.", "icons": { "48": "img\/icon_48.png", "16": "img\/icon_16.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "Give me Spiritual Thoughts", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "*:\/\/*\/*", "notifications" ] } |