Extensions Update Notifier

Get alert when any installed extension updates to a newer version.

Extensions Update Notifierคืออะไร?

Extensions Update Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrowserNative และคุณลักษณะหลักของมันคือ "Get alert when any installed extension updates to a newer version."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extensions Update Notifier

ดาวน์โหลดไฟล์ส่วนขยาย Extensions Update Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension monitors all other installed extensions, and alerts users whenever an extension is updated.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Extensions Update Notifier Extensions Update Notifier
ID ieljdjhnmjpelhfnebgademionhpfmpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extensions-update-notifie/ieljdjhnmjpelhfnebgademionhpfmpa
คำอธิบาย Get alert when any installed extension updates to a newer version.
ขนาดไฟล์ 25.97 KB
จำนวนการติดตั้ง 362
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-11-06
วันที่เผยแพร่ 2020-11-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา BrowserNative
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browsernative.com/chrome-extensions-update-notifier/
URL หน้าช่วยเหลือ https://browsernative.com/chrome-extensions-update-notifier/
URL หน้านโยบายความเป็นส่วนตัว https://browsernative.com/extensions-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "static\/icon-48.png",
        "default_title": "Extensions Update Notifier"
    },
    "description": "Get alert when any installed extension updates to a newer version.",
    "homepage_url": "https:\/\/browsernative.com\/chrome-extensions-update-notifier\/",
    "icons": {
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "Extensions Update Notifier",
    "version": "1.0.0",
    "permissions": [
        "management",
        "notifications",
        "alarms"
    ]
}