Get IP Address

Get IP address quickly

Hvad er Get IP Address?

Get IP Address er en Chrome-udvidelse udviklet af http://devehab.com, og dens hovedfunktion er "Get IP address quickly".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Get IP Address-udvidelses-CRX-fil

Download Get IP Address-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Get IP Address Get IP Address
ID bcnbleifiomjknjdchippelemnfppjio
Officiel URL https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio
Beskrivelse Get IP address quickly
Filstørrelse 128 KB
Antal Installationer 865
Nuværende Version 1.1.8
Senest Opdateret 2016-04-30
Udgivelsesdato 2016-04-30
Bedømmelse 4.43/5 Samlet 7 Bedømmelser
Udvikler http://devehab.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://getip.devehab.com/
Understøttede Sprog 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"
}