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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |