Christian News Now
Christian News Now - Stay informed
Christian News Nowとは何ですか?
Christian News Nowはhttps://christiannewsnow.comによって開発されたChromeの拡張機能で、その主な機能は「Christian News Now - Stay informed」です。
拡張機能のスクリーンショット
Christian News Now拡張機能のCRXファイルをダウンロード
Christian News Now拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get the latest Christian news and top headlines when you open your browser. This extension automatically sets ChristianNewsNow.com as your homepage and new tab page. New articles are added every few minutes.
拡張機能の基本情報
名前 | |
ID | acfpfpfhbjceahjocnmjcaldknpefpca |
公式URL | https://chrome.google.com/webstore/detail/acfpfpfhbjceahjocnmjcaldknpefpca |
説明 | Christian News Now - Stay informed |
ファイルサイズ | 6.16 KB |
インストール数 | 198 |
現在のバージョン | 0.2 |
最終更新日 | 2018-10-25 |
公開日 | 2018-10-25 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://christiannewsnow.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://outreach.com/privacy.aspx |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "img\/icony.png" }, "background": { "scripts": [ "background.js" ] }, "name": "Christian News Now", "chrome_settings_overrides": { "homepage": "https:\/\/christiannewsnow.com\/\/?utm_source=crome-extension" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Christian News Now - Stay informed", "version": "0.2", "browser_action": { "default_title": "Christian News Now - Stay informed" } } |