MormonDaily.org
UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.
What is MormonDaily.org?
MormonDaily.org is a Chrome extension developed by http://www.mormondaily.org, and its main feature is "UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.".
Extension Screenshots
Download MormonDaily.org Extension CRX File
Download MormonDaily.org extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cebjdfmmfkpbdibbjhaihoogjhbmnipp |
Official URL | https://chrome.google.com/webstore/detail/mormondailyorg/cebjdfmmfkpbdibbjhaihoogjhbmnipp |
Description | UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS. |
File Size | 105 KB |
Installation Count | 33 |
Current Version | 2.1 |
Last Updated | 2015-12-26 |
Publish Date | 2015-12-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://www.mormondaily.org |
Payment Type | free |
Supported Languages | 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" ] } |