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 |
电子邮箱 | [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" } } |