JW What is New?
Get notified every time something new is posted on jw.org
JW What is New?란 무엇입니까?
JW What is New?은(는) nongeekboy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get notified every time something new is posted on jw.org"입니다.
확장 프로그램 스크린샷
JW What is New? 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
News feeder for JW Broadcasting and jw.org. Get a notification every time something new is posted on JW Broadcasting and jw.org Currently 11 languages are provided. More to come! For languages request please write to [email protected] This is NOT an official app.
확장 프로그램 기본 정보
이름 | JW What is New? |
ID | jieipmflhhlbimogheoejpchlebnpfie |
공식 URL | https://chromewebstore.google.com/detail/jw-what-is-new/jieipmflhhlbimogheoejpchlebnpfie |
설명 | Get notified every time something new is posted on jw.org |
파일 크기 | 117 KB |
설치 횟수 | 1,289 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2022-02-24 |
출시 날짜 | 2019-08-28 |
평점 | 4.73/5 총 15 개의 평점 |
개발자 | nongeekboy |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JW What is New?", "version": "1.2.0", "manifest_version": 2, "description": "Get notified every time something new is posted on jw.org", "homepage_url": "http:\/\/google.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "background": { "scripts": [ "js\/jquery.min.js", "js\/jfeed.min.js", "js\/languages.js", "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "https:\/\/www.jw.org\/*", "https:\/\/fonts.googleapis.com\/*" ] } |