Get IP Address

Get IP address quickly

Wat is Get IP Address?

Get IP Address is een Chrome-extensie ontwikkeld door http://devehab.com, en de belangrijkste functie is "Get IP address quickly".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Get IP Address

Download Get IP Address-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Get IP Address Get IP Address
ID bcnbleifiomjknjdchippelemnfppjio
Officiële URL https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio
Beschrijving Get IP address quickly
Bestandsgrootte 128 KB
Aantal Installaties 865
Huidige Versie 1.1.8
Laatst Bijgewerkt 2016-04-30
Publicatiedatum 2016-04-30
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar http://devehab.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://getip.devehab.com/
Ondersteunde Talen 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"
}