Check IP

Shows your IP address with some additional Information and adds easy copy and paste functionality!

Was ist Check IP?

Check IP ist eine Chrome-Erweiterung, die von ✰✰✰✰✰✰ entwickelt wurde, und ihr Hauptmerkmal ist "Shows your IP address with some additional Information and adds easy copy and paste functionality!".

Erweiterungsscreenshots

screenshot
screenshot

Check IP-Erweiterungs-CRX-Datei herunterladen

Laden Sie Check IP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Check IP shows your IP-Address information simply with a click of a button.

best Features
  - shows country and DNS details
  - copies your IP adress to clipboard automatically or with a simple click
  - paste your IP via the rightclick context menu
  - much more faster than IP Address and Domain Information, ShowIP, What's my IP, My IP reveal or MyIP

Privacy is important for me.
I don't save or store any IP or other data.                    

Grundlegende Informationen zur Erweiterung

Name Check IP Check IP
ID obcihajiaphehdfilcjnhaebjdpnppnc
Offizielle URL https://chromewebstore.google.com/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc
Beschreibung Shows your IP address with some additional Information and adds easy copy and paste functionality!
Dateigröße 36.37 KB
Installationsanzahl 2,494
Aktuelle Version 1.6
Letztes Update 2016-04-23
Veröffentlichungsdatum 2016-04-22
Bewertung 4.23/5 Insgesamt 13 Bewertungen
Entwickler ✰✰✰✰✰✰
Zahlungsart free
Erweiterungswebsite https://chrome.google.com/webstore/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc
Unterstützte Sprachen de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Check IP",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}