IP Address Lookup & Domain Whois

Easy and quick way to find out your current IP address.

Co to jest IP Address Lookup & Domain Whois?

IP Address Lookup & Domain Whois to rozszerzenie Chrome opracowane przez http://1a.org, a jego główną funkcją jest „Easy and quick way to find out your current IP address.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia IP Address Lookup & Domain Whois

Pobierz pliki rozszerzeń IP Address Lookup & Domain Whois w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The easiest way to find your IP address! Display your IP address, system information and geo-location easily with 1-click. You can also do a quick whois record lookup on the active tab or any web site you want. It shows you domain information like owner email, registrant, registrar, creation date, expire date, server ip address and server location.                    

Podstawowe informacje o rozszerzeniu

Nazwa IP Address Lookup & Domain Whois IP Address Lookup & Domain Whois
ID ononjccmbkfllkjbpfemimejdlgihanj
Oficjalny URL https://chrome.google.com/webstore/detail/ip-address-lookup-domain/ononjccmbkfllkjbpfemimejdlgihanj
Opis Easy and quick way to find out your current IP address.
Rozmiar pliku 2.52 MB
Liczba instalacji 131
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-02-11
Data Publikacji 2016-02-11
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper http://1a.org
Typ Płatności free
Strona Rozszerzenia http://1a.org
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Address Lookup & Domain Whois",
    "description": "Easy and quick way to find out your current IP address.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/1aorg-logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-100.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ]
}