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 |
官方網址 | 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" } } |