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 - это расширение Chrome, разработанное Cornally, и его основная функция - "Find the city, state, country code of the selected (highlighted) IP address in the active tab.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Highlight IP Lookup

Скачайте файлы расширений 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",
        ""
    ]
}