MormonDaily.org

UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.

Was ist MormonDaily.org?

MormonDaily.org ist eine Chrome-Erweiterung, die von http://www.mormondaily.org entwickelt wurde, und ihr Hauptmerkmal ist "UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

MormonDaily.org-Erweiterungs-CRX-Datei herunterladen

Laden Sie MormonDaily.org-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MormonDaily.org MormonDaily.org
ID cebjdfmmfkpbdibbjhaihoogjhbmnipp
Offizielle URL https://chrome.google.com/webstore/detail/mormondailyorg/cebjdfmmfkpbdibbjhaihoogjhbmnipp
Beschreibung UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.
Dateigröße 105 KB
Installationsanzahl 33
Aktuelle Version 2.1
Letztes Update 2015-12-26
Veröffentlichungsdatum 2015-12-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://www.mormondaily.org
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}