Highlight IP Lookup

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

What is Highlight IP Lookup?

Highlight IP Lookup is a Chrome extension developed by Cornally, and its main feature is "Find the city, state, country code of the selected (highlighted) IP address in the active tab.".

Extension Screenshots

screenshot

Download Highlight IP Lookup Extension CRX File

Download Highlight IP Lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Highlight IP Lookup Highlight IP Lookup
ID ieepfodddhpbeabnpaikeimelgejgkhn
Official URL https://chromewebstore.google.com/detail/highlight-ip-lookup/ieepfodddhpbeabnpaikeimelgejgkhn
Description Find the city, state, country code of the selected (highlighted) IP address in the active tab.
File Size 43.41 KB
Installation Count 993
Current Version 0.1.7
Last Updated 2022-04-02
Publish Date 2017-05-23
Rating 5.00/5 Total 7 Ratings
Developer Cornally
Email [email protected]
Payment Type free
Privacy Policy Page URL https://conartists.co/highlight-ip-lookup/index.html
Supported Languages 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",
        ""
    ]
}