Reveal your IP-address and copy to clipboard

Reveals your IP address

Vad är Reveal your IP-address and copy to clipboard?

Reveal your IP-address and copy to clipboard är en Chrome-tillägg utvecklad av http://www.myce.com, och dess huvudfunktion är "Reveals your IP address".

Tilläggsskärmbilder

screenshot

Ladda ner Reveal your IP-address and copy to clipboard-förlängningens CRX-fil

Ladda ner Reveal your IP-address and copy to clipboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Reveal your IP-address and copy to clipboard Reveal your IP-address and copy to clipboard
ID dfnafdpfhoiohhjcjmbhgnfclolndcga
Officiell webbadress https://chrome.google.com/webstore/detail/reveal-your-ip-address-an/dfnafdpfhoiohhjcjmbhgnfclolndcga
Beskrivning Reveals your IP address
Filstorlek 53.93 KB
Antal Installationer 399
Aktuell Version 1.1
Senast Uppdaterad 2014-02-04
Publiceringsdatum 2014-02-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://www.myce.com
Betalningssätt free
Stödda Språk 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"
    }
}