Get IP Address

Get IP address quickly

Co to jest Get IP Address?

Get IP Address to rozszerzenie Chrome opracowane przez http://devehab.com, a jego główną funkcją jest „Get IP address quickly”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Get IP Address

Pobierz pliki rozszerzeń Get IP Address 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

                        IP address of is changing all the time to find out the IP address may need time
the benefit is to get IP quickly.


Features 

- Notification in the event of an IP address change
- Speed in the performance
- Interface pretty simple
- Copy Address IP by clicking one
- Get more info address IP 


Info IP 

- Country
- City
- Location
- Network
- Hostname                    

Podstawowe informacje o rozszerzeniu

Nazwa Get IP Address Get IP Address
ID bcnbleifiomjknjdchippelemnfppjio
Oficjalny URL https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio
Opis Get IP address quickly
Rozmiar pliku 128 KB
Liczba instalacji 865
Aktualna Wersja 1.1.8
Ostatnia Aktualizacja 2016-04-30
Data Publikacji 2016-04-30
Ocena 4.43/5 Łącznie 7 Oceny
Deweloper http://devehab.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://getip.devehab.com/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get IP Address",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "Get IP address quickly",
    "short_name": "Get IP",
    "options_page": "OptionsPage.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Git IP Address",
        "default_popup": "extension.html"
    },
    "content_security_policy": "script-src  'self'  https:\/\/api.ipify.org; object-src 'self' ",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*.ipify.org\/",
        "tabs",
        "notifications",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "homepage_url": "http:\/\/getip.devehab.com",
    "author": "Ehab Kahwati"
}