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 } |