Check my public and private IP addresses

Check out the personal and public IP addresses of the client

Hvad er Check my public and private IP addresses?

Check my public and private IP addresses er en Chrome-udvidelse udviklet af Marin Marinov, og dens hovedfunktion er "Check out the personal and public IP addresses of the client".

Udvidelsesskærmbilleder

screenshot

Download Check my public and private IP addresses-udvidelses-CRX-fil

Download Check my public and private IP addresses-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The fastest way to check out your public and private IP addresses.
Extremely light extension for instant check out both the public and private IP addresses of the client. You don't need to load any additional websites to check them out. Even if you don't have internet access you still be able to check out your private IP address.

* Private IP address is the IP address of your device, using it in your local network.
* Public IP address is the IP address given to your device by your internet provider, or proxy server, etc. It is visible by the outer world.                    

Grundlæggende oplysninger om udvidelsen

Navn Check my public and private IP addresses Check my public and private IP addresses
ID nmhkffmkjbepohgmonlkfoifdbncbgbl
Officiel URL https://chrome.google.com/webstore/detail/check-my-public-and-priva/nmhkffmkjbepohgmonlkfoifdbncbgbl
Beskrivelse Check out the personal and public IP addresses of the client
Filstørrelse 23.3 KB
Antal Installationer 589
Nuværende Version 1.2.0
Senest Opdateret 2016-08-29
Udgivelsesdato 2016-08-29
Bedømmelse 4.41/5 Samlet 22 Bedømmelser
Udvikler Marin Marinov
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Check my public and private IP addresses",
    "short_name": "Check my IPs",
    "description": "Check out the personal and public IP addresses of the client",
    "version": "1.2.0",
    "browser_action": {
        "default_icon": "img\/Check-my-IPs-128.png",
        "default_popup": "popup.html",
        "default_title": "Check out my IP addresses"
    },
    "author": "Marin Marinov",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}