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 |
| 官方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"
]
} | |