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”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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? 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\/*"
    ]
}