IP Analyzer
IP Analyzer
什么是IP Analyzer?
IP Analyzer是由Christoforos Aslanov开发的Chrome扩展程序,该扩展的主要功能是“IP Analyzer”。
扩展截图
下载IP Analyzer扩展crx文件
下载IP Analyzer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension shows you info about an ip like rdns, whois, blacklists, location etc ipalyzer.com is used to show the ip info by default the ip of the current tab is loaded, you can lookup for any ip
扩展基本信息
名称 | IP Analyzer |
ID | ggbpnkpnpchbgnahdhnpikmldfmmkfom |
官方URL | https://chromewebstore.google.com/detail/ip-analyzer/ggbpnkpnpchbgnahdhnpikmldfmmkfom |
简介 | IP Analyzer |
文件大小 | 18.45 KB |
安装次数 | 40 |
当前版本 | 1.0.2 |
更新时间 | 2019-06-25 |
上架时间 | 2019-06-20 |
评分 | 5.00/5 共1次评分 |
开发者 | Christoforos Aslanov |
付费类型 | free |
扩展官网 | https://github.com/chr314/ipalyzer-extension |
帮助页面URL | https://github.com/chr314/ipalyzer-extension/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Analyzer", "version": "1.0.2", "description": "IP Analyzer", "homepage_url": "https:\/\/github.com\/chr314\/ipalyzer-extension", "author": "Aslanov Christoforos", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "src\/background\/background.js" ], "persistent": true }, "browser_action": { "default_title": "IP Analyzer", "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "images\/icon.16.png", "32": "images\/icon.32.png", "48": "images\/icon.48.png", "128": "images\/icon.128.png" } }, "icons": { "16": "images\/icon.16.png", "32": "images\/icon.32.png", "48": "images\/icon.48.png", "128": "images\/icon.128.png" }, "manifest_version": 2 } |