MormonDaily.org
UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.
Qu'est-ce que MormonDaily.org ?
MormonDaily.org est une extension Chrome développée par http://www.mormondaily.org, et sa fonction principale est "UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MormonDaily.org
Téléchargez les fichiers d'extension MormonDaily.org au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | cebjdfmmfkpbdibbjhaihoogjhbmnipp |
URL Officiel | https://chrome.google.com/webstore/detail/mormondailyorg/cebjdfmmfkpbdibbjhaihoogjhbmnipp |
Description | UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS. |
Taille du Fichier | 105 KB |
Nombre d'Installations | 33 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2015-12-26 |
Date de Publication | 2015-12-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://www.mormondaily.org |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |