IP Analyzer

IP Analyzer

Apa itu IP Analyzer?

IP Analyzer adalah ekstensi Chrome yang dikembangkan oleh Christoforos Aslanov, dan fitur utamanya adalah "IP Analyzer".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi IP Analyzer

Unduh file ekstensi IP Analyzer 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

                        This extension shows you info about an ip like rdns, whois, blacklists, location etc

ipalyzer.com is used to show the ip info

by default the ip of the current tab is loaded, you can lookup for any ip                    

Informasi Dasar Ekstensi

Nama IP Analyzer IP Analyzer
ID ggbpnkpnpchbgnahdhnpikmldfmmkfom
URL Resmi https://chromewebstore.google.com/detail/ip-analyzer/ggbpnkpnpchbgnahdhnpikmldfmmkfom
Deskripsi IP Analyzer
Ukuran File 18.45 KB
Jumlah Instalasi 40
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2019-06-25
Tanggal Publikasi 2019-06-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Christoforos Aslanov
Tipe Pembayaran free
Situs Ekstensi https://github.com/chr314/ipalyzer-extension
URL Halaman Bantuan https://github.com/chr314/ipalyzer-extension/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Analyzer",
    "version": "1.0.2",
    "description": "IP Analyzer",
    "homepage_url": "https:\/\/github.com\/chr314\/ipalyzer-extension",
    "author": "Aslanov Christoforos",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "src\/background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "IP Analyzer",
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "images\/icon.16.png",
            "32": "images\/icon.32.png",
            "48": "images\/icon.48.png",
            "128": "images\/icon.128.png"
        }
    },
    "icons": {
        "16": "images\/icon.16.png",
        "32": "images\/icon.32.png",
        "48": "images\/icon.48.png",
        "128": "images\/icon.128.png"
    },
    "manifest_version": 2
}