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 |
| Eメール | [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"
]
} | |