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插件。
扩展使用说明
扩展基本信息
名称 | AbuseIPDB IP Analyzer |
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" } } |