Highlight IP Lookup

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

Apa itu Highlight IP Lookup?

Highlight IP Lookup adalah ekstensi Chrome yang dikembangkan oleh Cornally, dan fitur utamanya adalah "Find the city, state, country code of the selected (highlighted) IP address in the active tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Highlight IP Lookup

Unduh file ekstensi Highlight IP Lookup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Highlight IP Lookup Highlight IP Lookup
ID ieepfodddhpbeabnpaikeimelgejgkhn
URL Resmi https://chromewebstore.google.com/detail/highlight-ip-lookup/ieepfodddhpbeabnpaikeimelgejgkhn
Deskripsi Find the city, state, country code of the selected (highlighted) IP address in the active tab.
Ukuran File 43.41 KB
Jumlah Instalasi 993
Versi Saat Ini 0.1.7
Terakhir Diperbarui 2022-04-02
Tanggal Publikasi 2017-05-23
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Cornally
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://conartists.co/highlight-ip-lookup/index.html
Bahasa yang Didukung 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",
        ""
    ]
}