IP Codex

Simple app to keep track of external IP's of various computers

Apa itu IP Codex?

IP Codex adalah ekstensi Chrome yang dikembangkan oleh Mihai Scurtu, dan fitur utamanya adalah "Simple app to keep track of external IP's of various computers".

Unduh Berkas CRX Ekstensi IP Codex

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

                        Simple extension that keeps track of global IPs on different PC's where you use it.                    

Informasi Dasar Ekstensi

Nama IP Codex IP Codex
ID gpibbkfiabdojofbbgbmigkllpinmimb
URL Resmi https://chrome.google.com/webstore/detail/ip-codex/gpibbkfiabdojofbbgbmigkllpinmimb
Deskripsi Simple app to keep track of external IP's of various computers
Ukuran File 370 KB
Jumlah Instalasi 15
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2014-11-18
Tanggal Publikasi 2014-11-18
Pengembang Mihai Scurtu
Tipe Pembayaran free
Situs Ekstensi https://github.com/mihai-scurtu/ip-codex
URL Halaman Bantuan https://github.com/mihai-scurtu/ip-codex/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "bower_components\/async\/lib\/async.js",
            "bower_components\/underscore\/underscore-min.js",
            "scripts\/lib.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/bot.whatismyipaddress.com\/",
        "background",
        "storage"
    ]
}