Highlight IP Lookup

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

Highlight IP Lookup là gì?

Highlight IP Lookup là một tiện ích mở rộng Chrome được phát triển bởi Cornally, và tính năng chính của nó là "Find the city, state, country code of the selected (highlighted) IP address in the active tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Highlight IP Lookup

Tải xuống các tệp mở rộng Highlight IP Lookup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Highlight IP Lookup Highlight IP Lookup
ID ieepfodddhpbeabnpaikeimelgejgkhn
URL Chính Thức https://chromewebstore.google.com/detail/highlight-ip-lookup/ieepfodddhpbeabnpaikeimelgejgkhn
Mô tả Find the city, state, country code of the selected (highlighted) IP address in the active tab.
Kích Thước Tệp 43.41 KB
Số Lần Cài Đặt 993
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2022-04-02
Ngày Phát Hành 2017-05-23
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Cornally
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://conartists.co/highlight-ip-lookup/index.html
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}