Reveal your IP-address and copy to clipboard

Reveals your IP address

Hvad er Reveal your IP-address and copy to clipboard?

Reveal your IP-address and copy to clipboard er en Chrome-udvidelse udviklet af http://www.myce.com, og dens hovedfunktion er "Reveals your IP address".

Udvidelsesskærmbilleder

screenshot

Download Reveal your IP-address and copy to clipboard-udvidelses-CRX-fil

Download Reveal your IP-address and copy to clipboard-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 prettiest and best IP revealing Chrome extension, now available for free.

Adds a button to Chrome which allows you to easily access your IP address.

- Reveals your IP address
- Displays your ISP, country
- Shows your location on a map
- Button to easily copy your IP address to the clipboard                    

Grundlæggende oplysninger om udvidelsen

Navn Reveal your IP-address and copy to clipboard Reveal your IP-address and copy to clipboard
ID dfnafdpfhoiohhjcjmbhgnfclolndcga
Officiel URL https://chrome.google.com/webstore/detail/reveal-your-ip-address-an/dfnafdpfhoiohhjcjmbhgnfclolndcga
Beskrivelse Reveals your IP address
Filstørrelse 53.93 KB
Antal Installationer 399
Nuværende Version 1.1
Senest Opdateret 2014-02-04
Udgivelsesdato 2014-02-04
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://www.myce.com
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reveal your IP-address and copy to clipboard",
    "short_name": "What's my IP address",
    "permissions": [
        "http:\/\/ip-api.com\/",
        "clipboardWrite",
        "clipboardRead"
    ],
    "version": "1.1",
    "manifest_version": 2,
    "author": "Philaeum Internet",
    "description": "Reveals your IP address",
    "icons": {
        "16": "ipaddress-16.png",
        "48": "ipaddress-48.png",
        "128": "ipaddress-128.png"
    },
    "browser_action": {
        "default_icon": "ipaddress-128.png",
        "default_title": "Reveal IP address",
        "default_popup": "index.html"
    }
}