IP Checker

Detects your browsers current external IP and stores this in a local history.

Apa itu IP Checker?

IP Checker adalah ekstensi Chrome yang dikembangkan oleh TC S, dan fitur utamanya adalah "Detects your browsers current external IP and stores this in a local history.".

Unduh Berkas CRX Ekstensi IP Checker

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

                        Detects your browsers current external IP and stores this in a local (localstorage) history.

Uses the API from ip-api.com.

Want to contribute or make your own version?
https://github.com/tcskrovseth/IP-Checker                    

Informasi Dasar Ekstensi

Nama IP Checker IP Checker
ID ccaimhnnnhjghhdinbipmbjkkgkbanha
URL Resmi https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha
Deskripsi Detects your browsers current external IP and stores this in a local history.
Ukuran File 21.31 KB
Jumlah Instalasi 87
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2014-12-14
Tanggal Publikasi 2014-12-14
Penilaian 1.00/5 Total 1 Penilaian
Pengembang TC S
Tipe Pembayaran free
Situs Ekstensi https://github.com/tcskrovseth/IP-Checker
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Checker",
    "description": "Detects your browsers current external IP and stores this in a local history.",
    "version": "1.0.0",
    "permissions": [
        "http:\/\/ip-api.com\/json"
    ],
    "browser_action": {
        "default_icon": ".\/images\/icon.png",
        "default_popup": "index.html"
    }
}