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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the city, state, country code of the selected (highlighted) IP address in the active tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Highlight IP Lookup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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",
        ""
    ]
}