Extensions Update Notifier
Get alert when any installed extension updates to a newer version.
什麼是Extensions Update Notifier?
Extensions Update Notifier是由BrowserNative開發的Chrome擴展程式,該擴展的主要功能是“Get alert when any installed extension updates to a newer version.”。
擴展截圖
下載Extensions Update Notifier擴展crx文件
下載Extensions Update Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension monitors all other installed extensions, and alerts users whenever an extension is updated. 擴展基本資訊
| 名稱 | |
| ID | ieljdjhnmjpelhfnebgademionhpfmpa |
| 官方網址 | 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"
]
} | |