IP Codex

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

Wat is IP Codex?

IP Codex is een Chrome-extensie ontwikkeld door Mihai Scurtu, en de belangrijkste functie is "Simple app to keep track of external IP's of various computers".

Download het CRX-bestand van de extensie IP Codex

Download IP Codex-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam IP Codex IP Codex
ID gpibbkfiabdojofbbgbmigkllpinmimb
Officiële URL https://chrome.google.com/webstore/detail/ip-codex/gpibbkfiabdojofbbgbmigkllpinmimb
Beschrijving Simple app to keep track of external IP's of various computers
Bestandsgrootte 370 KB
Aantal Installaties 15
Huidige Versie 0.0.1
Laatst Bijgewerkt 2014-11-18
Publicatiedatum 2014-11-18
Ontwikkelaar Mihai Scurtu
Betalingswijze free
Extensiewebsite https://github.com/mihai-scurtu/ip-codex
Help Pagina-URL https://github.com/mihai-scurtu/ip-codex/issues
Ondersteunde Talen 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"
    ]
}