JW What is New?

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

JW What is New?คืออะไร?

JW What is New? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nongeekboy และคุณลักษณะหลักของมันคือ "Get notified every time something new is posted on jw.org"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JW What is New?

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}