Get IP Address

Get IP address quickly

什么是Get IP Address?

Get IP Address是由http://devehab.com开发的Chrome扩展程序,该扩展的主要功能是“Get IP address quickly”。

扩展截图

screenshot
screenshot

下载Get IP Address扩展crx文件

下载Get IP Address扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Get IP Address Get IP Address
ID bcnbleifiomjknjdchippelemnfppjio
官方URL https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio
简介 Get IP address quickly
文件大小 128 KB
安装次数 865
当前版本 1.1.8
更新时间 2016-04-30
上架时间 2016-04-30
评分 4.43/5 共7次评分
开发者 http://devehab.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://getip.devehab.com/
支持的语言 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"
}