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文件
下載JW What is New?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } |