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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 IP Intelligence Lookup IP Intelligence Lookup
ID appnikgnccbpoffhbpkfjejnipeinnoj
官方網址 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
}