JW What is New?

Get notified every time something new is posted on jw.org

JW What is New? là gì?

JW What is New? là một tiện ích mở rộng Chrome được phát triển bởi nongeekboy, và tính năng chính của nó là "Get notified every time something new is posted on jw.org".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JW What is New?

Tải xuống các tệp mở rộng JW What is New? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JW What is New? JW What is New?
ID jieipmflhhlbimogheoejpchlebnpfie
URL Chính Thức https://chromewebstore.google.com/detail/jw-what-is-new/jieipmflhhlbimogheoejpchlebnpfie
Mô tả Get notified every time something new is posted on jw.org
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 1,289
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-02-24
Ngày Phát Hành 2019-08-28
Đánh Giá 4.73/5 Tổng số 15 Đánh Giá
Nhà Phát Triển nongeekboy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}