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 |
官方網址 | 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 } |