MormonDaily.org
UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.
Vad är MormonDaily.org?
MormonDaily.org är en Chrome-tillägg utvecklad av http://www.mormondaily.org, och dess huvudfunktion är "UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.".
Tilläggsskärmbilder
Ladda ner MormonDaily.org-förlängningens CRX-fil
Ladda ner MormonDaily.org-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | cebjdfmmfkpbdibbjhaihoogjhbmnipp |
Officiell webbadress | https://chrome.google.com/webstore/detail/mormondailyorg/cebjdfmmfkpbdibbjhaihoogjhbmnipp |
Beskrivning | UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS. |
Filstorlek | 105 KB |
Antal Installationer | 33 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2015-12-26 |
Publiceringsdatum | 2015-12-26 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://www.mormondaily.org |
Betalningssätt | free |
Stödda Språk | 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" ] } |