MormonDaily.org
UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.
Wat is MormonDaily.org?
MormonDaily.org is een Chrome-extensie ontwikkeld door http://www.mormondaily.org, en de belangrijkste functie is "UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.".
Extensie Screenshots
Download het CRX-bestand van de extensie MormonDaily.org
Download MormonDaily.org-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
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.
Basisinformatie over de Extensie
Naam | |
ID | cebjdfmmfkpbdibbjhaihoogjhbmnipp |
Officiële URL | https://chrome.google.com/webstore/detail/mormondailyorg/cebjdfmmfkpbdibbjhaihoogjhbmnipp |
Beschrijving | UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS. |
Bestandsgrootte | 105 KB |
Aantal Installaties | 33 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2015-12-26 |
Publicatiedatum | 2015-12-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://www.mormondaily.org |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |