IP-Address

Shows your IP address with some additional Information and adds easy copy and paste functionality!

什么是IP-Address?

IP-Address是由✰✰✰✰✰✰开发的Chrome扩展程序,该扩展的主要功能是“Shows your IP address with some additional Information and adds easy copy and paste functionality!”。

扩展截图

screenshot
screenshot

下载IP-Address扩展crx文件

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

扩展使用说明

                        IP-Address shows your IP Address information simply with a click of a button.

best Features of IP Adress:
  - shows country and DNS details
  - copies your IP adress to clipboard automatically or with a simple click
  - paste your IP via the rightclick context menu
  - much more faster than IP Address and Domain Information, ShowIP, What's my IP, My IP reveal , What Is My IP Address or MyIP

Privacy is important for me.
I don't save or store any IP address or other data.                    

扩展基本信息

名称 IP-Address IP-Address
ID ghlojgpiinfelppegaabbiphgomaidml
官方URL https://chrome.google.com/webstore/detail/ip-address/ghlojgpiinfelppegaabbiphgomaidml
简介 Shows your IP address with some additional Information and adds easy copy and paste functionality!
文件大小 35.09 KB
安装次数 14,261
当前版本 2.4
更新时间 2015-08-10
上架时间 2015-08-10
评分 4.64/5 共324次评分
开发者 ✰✰✰✰✰✰
付费类型 free
扩展官网 https://chrome.google.com/webstore/detail/ip-address/ghlojgpiinfelppegaabbiphgomaidml
支持的语言 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "2.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/lib\/zepto.js",
            "js\/utils.js",
            "js\/eventPage.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ https:\/\/apis.google.com; object-src 'self'",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "IP-Address",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}