IP Me

View your public IP address. No fuss.

Apa itu IP Me?

IP Me adalah ekstensi Chrome yang dikembangkan oleh Nick Polet, dan fitur utamanya adalah "View your public IP address. No fuss.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi IP Me

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

                        IP Me is a very simple extension to view your public IP address. Simply click on the popup box to copy the IP address. That's it. No fuss.                    

Informasi Dasar Ekstensi

Nama IP Me IP Me
ID ofnhdkmkndgfppkojcfpnjmacadjdoji
URL Resmi https://chromewebstore.google.com/detail/ip-me/ofnhdkmkndgfppkojcfpnjmacadjdoji
Deskripsi View your public IP address. No fuss.
Ukuran File 64.66 KB
Jumlah Instalasi 24
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-07-04
Tanggal Publikasi 2015-07-04
Pengembang Nick Polet
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Me",
    "description": "View your public IP address. No fuss.",
    "version": "1.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "ip_me.html",
        "default_title": "IP Me"
    },
    "permissions": [
        "https:\/\/api.ipify.org\/",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.1.4.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html"
}