IPaddress.is IP address lookup

Shows your internet ip address and give you general details about an IP address.

Co je IPaddress.is IP address lookup?

IPaddress.is IP address lookup je rozšíření Chrome vyvinuté https://ipaddress.is, a jeho hlavní funkcí je „Shows your internet ip address and give you general details about an IP address.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření IPaddress.is IP address lookup

Stáhněte si soubory rozšíření IPaddress.is IP address lookup ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Features:

1.Display your internet ip address.
2.IP Address Lookup - Lets You Search for and Find Information About an IP Address including location, ISP, hostname etc.

IP Address Lookup
An IP address tells you where your visitor to your website is coming from. The same thing happens when you visit a website, a log will show where you are coming from.

For most people, their IP address will change each time they go online as most people will not have a fixed IP address. An IP address identifies the country and general area where you are coming from but does not identify who you are personally.

An IP address is a string of numbers that look like this – 1.4.255.255. To see where the IP address is located, you can perform an IP address LookUp at a website like http://ipaddress.is.                    

Základní Informace o Rozšíření

Název IPaddress.is IP address lookup IPaddress.is IP address lookup
ID jkfennbngclgpnebihjpfdimddgiebdj
Oficiální URL https://chromewebstore.google.com/detail/ipaddressis-ip-address-lo/jkfennbngclgpnebihjpfdimddgiebdj
Popis Shows your internet ip address and give you general details about an IP address.
Velikost souboru 12.79 KB
Počet instalací 833
Aktuální Verze 1.1
Poslední Aktualizace 2013-11-16
Datum Vydání 2013-11-16
Hodnocení 3.67/5 Celkem 15 Hodnocení
Vývojář https://ipaddress.is
Typ Platby free
Webové stránky Rozšíření http://ipaddress.is
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPaddress.is IP address lookup",
    "description": "Shows your internet ip address and give you general details about an IP address.",
    "version": "1.1",
    "icons": {
        "16": "ico16.png",
        "48": "ico48.png",
        "128": "ico128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "manifest_version": 2
}