MormonDaily.org

UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.

Hvad er MormonDaily.org?

MormonDaily.org er en Chrome-udvidelse udviklet af http://www.mormondaily.org, og dens hovedfunktion er "UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download MormonDaily.org-udvidelses-CRX-fil

Download MormonDaily.org-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn MormonDaily.org MormonDaily.org
ID cebjdfmmfkpbdibbjhaihoogjhbmnipp
Officiel URL https://chrome.google.com/webstore/detail/mormondailyorg/cebjdfmmfkpbdibbjhaihoogjhbmnipp
Beskrivelse UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.
Filstørrelse 105 KB
Antal Installationer 33
Nuværende Version 2.1
Senest Opdateret 2015-12-26
Udgivelsesdato 2015-12-26
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://www.mormondaily.org
Betalingsmetode free
Understøttede Sprog 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"
    ]
}