AbuseIPDB IP Analyzer
Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB.
AbuseIPDB IP Analyzerとは何ですか?
AbuseIPDB IP Analyzerはhttps://www.abuseipdb.comによって開発されたChromeの拡張機能で、その主な機能は「Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB.」です。
拡張機能のスクリーンショット
AbuseIPDB IP Analyzer拡張機能のCRXファイルをダウンロード
AbuseIPDB IP Analyzer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | lbkjefedfkdjhbkblnbkhgmdamjdddld |
| 公式URL | https://chromewebstore.google.com/detail/abuseipdb-ip-analyzer/lbkjefedfkdjhbkblnbkhgmdamjdddld |
| 説明 | Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB. |
| ファイルサイズ | 14.45 KB |
| インストール数 | 411 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2018-11-14 |
| 公開日 | 2018-11-14 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://www.abuseipdb.com |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "AbuseIPDB IP Analyzer",
"description": "Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB.",
"version": "0.1",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"context.js"
]
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
} | |