IP Intelligence Lookup
Displays OSI for a selected IP address
什么是IP Intelligence Lookup?
IP Intelligence Lookup是由http://rud.is开发的Chrome扩展程序,该扩展的主要功能是“Displays OSI for a selected IP address”。
扩展截图
下载IP Intelligence Lookup扩展crx文件
下载IP Intelligence Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The IP Intelligence Lookup Chrome Extension submits a selected IP address (right-click to launch intelligence lookup) simultaneously to the following reputation services: - whois.domaintools.com - www.mywot.com - www.tcpiputils.com - labs.alienvault.com - www.projecthoneypot.org - www.virustotal.com - www.senderbase.com - www.mcafee.com - www.sophos.ocm - www.ipvoid.com to give you the most comprehensive view of IPv4 address intelligence available. It will open up new tabs in a new browser window, making researching OSI on IPv4 addresses a nigh instantaneous task.
扩展基本信息
名称 | |
ID | appnikgnccbpoffhbpkfjejnipeinnoj |
官方URL | https://chrome.google.com/webstore/detail/ip-intelligence-lookup/appnikgnccbpoffhbpkfjejnipeinnoj |
简介 | Displays OSI for a selected IP address |
文件大小 | 9.86 KB |
安装次数 | 451 |
当前版本 | 0.1 |
更新时间 | 2013-08-10 |
上架时间 | 2013-08-10 |
评分 | 3.63/5 共8次评分 |
开发者 | http://rud.is |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Intelligence Lookup", "description": "Displays OSI for a selected IP address", "version": "0.1", "icons": { "48": "target.png" }, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "ip-intel.js" ] }, "manifest_version": 2 } |