My IP

Check & copy your IP Address anytime

Hvad er My IP?

My IP er en Chrome-udvidelse udviklet af https://hamlab.dev, og dens hovedfunktion er "Check & copy your IP Address anytime".

Udvidelsesskærmbilleder

screenshot

Download My IP-udvidelses-CRX-fil

Download 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

                        A really simple tool to instantly see and copy your IP Address.

This tool uses the ipify API to retrieve your IP.                    

Grundlæggende oplysninger om udvidelsen

Navn My IP My IP
ID oeeelnnklndekngaeklnkdddahmjgokc
Officiel URL https://chromewebstore.google.com/detail/my-ip/oeeelnnklndekngaeklnkdddahmjgokc
Beskrivelse Check & copy your IP Address anytime
Filstørrelse 18.73 KB
Antal Installationer 258
Nuværende Version 1.01
Senest Opdateret 2020-05-22
Udgivelsesdato 2020-05-22
Udvikler https://hamlab.dev
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://hamlab.dev
Hjælpeside-URL https://hamlab.dev/my-ip
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My IP",
    "version": "1.01",
    "description": "Check & copy your IP Address anytime",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}