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