MormonDaily.org

UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.

Apa itu MormonDaily.org?

MormonDaily.org adalah ekstensi Chrome yang dikembangkan oleh http://www.mormondaily.org, dan fitur utamanya adalah "UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi MormonDaily.org

Unduh file ekstensi MormonDaily.org dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama MormonDaily.org MormonDaily.org
ID cebjdfmmfkpbdibbjhaihoogjhbmnipp
URL Resmi https://chrome.google.com/webstore/detail/mormondailyorg/cebjdfmmfkpbdibbjhaihoogjhbmnipp
Deskripsi UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.
Ukuran File 105 KB
Jumlah Instalasi 33
Versi Saat Ini 2.1
Terakhir Diperbarui 2015-12-26
Tanggal Publikasi 2015-12-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://www.mormondaily.org
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}