Highlight IP Lookup

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

Vad är Highlight IP Lookup?

Highlight IP Lookup är en Chrome-tillägg utvecklad av Cornally, och dess huvudfunktion är "Find the city, state, country code of the selected (highlighted) IP address in the active tab.".

Tilläggsskärmbilder

screenshot

Ladda ner Highlight IP Lookup-förlängningens CRX-fil

Ladda ner Highlight IP Lookup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Highlight IP Lookup Highlight IP Lookup
ID ieepfodddhpbeabnpaikeimelgejgkhn
Officiell webbadress https://chromewebstore.google.com/detail/highlight-ip-lookup/ieepfodddhpbeabnpaikeimelgejgkhn
Beskrivning Find the city, state, country code of the selected (highlighted) IP address in the active tab.
Filstorlek 43.41 KB
Antal Installationer 993
Aktuell Version 0.1.7
Senast Uppdaterad 2022-04-02
Publiceringsdatum 2017-05-23
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare Cornally
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://conartists.co/highlight-ip-lookup/index.html
Stödda Språk 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",
        ""
    ]
}