Get IP Address

Get IP address quickly

What is Get IP Address?

Get IP Address is a Chrome extension developed by http://devehab.com, and its main feature is "Get IP address quickly".

Extension Screenshots

screenshot
screenshot

Download Get IP Address Extension CRX File

Download Get IP Address extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Get IP Address Get IP Address
ID bcnbleifiomjknjdchippelemnfppjio
Official URL https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio
Description Get IP address quickly
File Size 128 KB
Installation Count 865
Current Version 1.1.8
Last Updated 2016-04-30
Publish Date 2016-04-30
Rating 4.43/5 Total 7 Ratings
Developer http://devehab.com
Email [email protected]
Payment Type free
Extension Website http://getip.devehab.com/
Supported Languages 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"
}