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”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | aajhdkfkaaomkimpglgncmcohedpbibp |
官方網址 | 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" ] } |