Highlight IP Lookup

Find the city, state, country code of the selected (highlighted) IP address in the active tab.

什么是Highlight IP Lookup?

Highlight IP Lookup是由Cornally开发的Chrome扩展程序,该扩展的主要功能是“Find the city, state, country code of the selected (highlighted) IP address in the active tab.”。

扩展截图

screenshot

下载Highlight IP Lookup扩展crx文件

下载Highlight IP Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Highlight an IP address or host and click the extension's icon in the active tab to locate the city, state, and country code of the respective host.                    

扩展基本信息

名称 Highlight IP Lookup Highlight IP Lookup
ID ieepfodddhpbeabnpaikeimelgejgkhn
官方URL https://chromewebstore.google.com/detail/highlight-ip-lookup/ieepfodddhpbeabnpaikeimelgejgkhn
简介 Find the city, state, country code of the selected (highlighted) IP address in the active tab.
文件大小 43.41 KB
安装次数 993
当前版本 0.1.7
更新时间 2022-04-02
上架时间 2017-05-23
评分 5.00/5 共7次评分
开发者 Cornally
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://conartists.co/highlight-ip-lookup/index.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight IP Lookup",
    "description": "Find the city, state, country code of the selected (highlighted) IP address in the active tab.",
    "version": "0.1.7",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ]
}