Show External IP

Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.

Wat is Show External IP?

Show External IP is een Chrome-extensie ontwikkeld door Lewis Roberts, en de belangrijkste functie is "Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Show External IP

Download Show External IP-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

                        Show External IP is a simple extension that detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup window.

If you regularly change your proxy, or if your ISP assigned IP address changes often, you can use this extension to quickly see what your IP address is without having to visit another website or open a new tab which can take you from your flow.                    

Basisinformatie over de Extensie

Naam Show External IP Show External IP
ID bajpeikcdohkooafedafajhfkacihiod
Officiële URL https://chromewebstore.google.com/detail/show-external-ip/bajpeikcdohkooafedafajhfkacihiod
Beschrijving Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.
Bestandsgrootte 12.11 KB
Aantal Installaties 2,204
Huidige Versie 1.0
Laatst Bijgewerkt 2015-08-31
Publicatiedatum 2015-08-31
Beoordeling 4.11/5 Totaal 9 Beoordelingen
Ontwikkelaar Lewis Roberts
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show External IP",
    "description": "Detects and shows your current external IP address (as seen by https:\/\/showextip.azurewebsites.net\/) in a convenient popup.",
    "version": "1.0",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "showextip.html",
        "default_title": "Show External IP"
    },
    "permissions": [
        "https:\/\/showextip.azurewebsites.net\/"
    ]
}