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
Eメール [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\/*"
    ]
}