View My IP

This extension shows you your current IP and geo-location information fast and conveniently

Hvad er View My IP?

View My IP er en Chrome-udvidelse udviklet af http://vmyip.com, og dens hovedfunktion er "This extension shows you your current IP and geo-location information fast and conveniently".

Udvidelsesskærmbilleder

screenshot

Download View My IP-udvidelses-CRX-fil

Download View My IP-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

                        This extension help you quickly detect your current IP Address, with just a click anytime. Along with the IP Address is its geo-location.                    

Grundlæggende oplysninger om udvidelsen

Navn View My IP View My IP
ID mgjbnpghbpameejpejjehncamlookcco
Officiel URL https://chrome.google.com/webstore/detail/view-my-ip/mgjbnpghbpameejpejjehncamlookcco
Beskrivelse This extension shows you your current IP and geo-location information fast and conveniently
Filstørrelse 10.28 KB
Antal Installationer 52
Nuværende Version 1.0.2
Senest Opdateret 2015-07-23
Udgivelsesdato 2015-07-23
Bedømmelse 1.50/5 Samlet 2 Bedømmelser
Udvikler http://vmyip.com
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View My IP",
    "short_name": "VmyIP",
    "description": "This extension shows you your current IP and geo-location information fast and conveniently",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "View My IP Information"
    },
    "permissions": [
        "webRequest",
        "https:\/\/vmyip.com\/"
    ]
}