Catholic Sermons: AudioSancto Feed

Catholic sermons from AudioSancto.org

Catholic Sermons: AudioSancto Feedとは何ですか?

Catholic Sermons: AudioSancto FeedはDaniel Brooksによって開発されたChromeの拡張機能で、その主な機能は「Catholic sermons from AudioSancto.org」です。

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

screenshot

Catholic Sermons: AudioSancto Feed拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Get easy-access to and notifications of new traditional Catholic sermons from AudioSancto.org!
---
Current version is in testing... please report any errors in the Reviews tab.
---
This is NOT an extension built by AudioSancto.org!


Ad maiorem Dei gloriam                    

拡張機能の基本情報

名前 Catholic Sermons: AudioSancto Feed Catholic Sermons: AudioSancto Feed
ID aajhdkfkaaomkimpglgncmcohedpbibp
公式URL https://chrome.google.com/webstore/detail/catholic-sermons-audiosan/aajhdkfkaaomkimpglgncmcohedpbibp
説明 Catholic sermons from AudioSancto.org
ファイルサイズ 135 KB
インストール数 84
現在のバージョン 1.2
最終更新日 2013-12-30
公開日 2013-12-30
評価 5.00/5 合計 1 レビュー
開発者 Daniel Brooks
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Catholic Sermons: AudioSancto Feed",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Catholic sermons from AudioSancto.org",
    "short_name": "AudioSancto Catholic Sermons",
    "homepage_url": "https:\/\/twitter.com\/codephined",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "AudioSancto.org Feed",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "storage",
        "http:\/\/www.audiosancto.org\/",
        "https:\/\/www.google-analytics.com\/"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ]
}