MormonDaily.org

UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.

MormonDaily.orgとは何ですか?

MormonDaily.orgはhttp://www.mormondaily.orgによって開発されたChromeの拡張機能で、その主な機能は「UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

MormonDaily.org拡張機能のCRXファイルをダウンロード

MormonDaily.org拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 MormonDaily.org MormonDaily.org
ID cebjdfmmfkpbdibbjhaihoogjhbmnipp
公式URL https://chrome.google.com/webstore/detail/mormondailyorg/cebjdfmmfkpbdibbjhaihoogjhbmnipp
説明 UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.
ファイルサイズ 105 KB
インストール数 33
現在のバージョン 2.1
最終更新日 2015-12-26
公開日 2015-12-26
評価 5.00/5 合計 1 レビュー
開発者 http://www.mormondaily.org
支払い方法 free
対応言語 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"
    ]
}