Check IP

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

什麼是Check IP?

Check IP是由✰✰✰✰✰✰開發的Chrome擴展程式,該擴展的主要功能是“Shows your IP address with some additional Information and adds easy copy and paste functionality!”。

擴展截圖

screenshot
screenshot

下載Check IP擴展crx文件

下載Check IP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

best Features
  - 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 or MyIP

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

擴展基本資訊

名稱 Check IP Check IP
ID obcihajiaphehdfilcjnhaebjdpnppnc
官方網址 https://chromewebstore.google.com/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc
簡介 Shows your IP address with some additional Information and adds easy copy and paste functionality!
檔案大小 36.37 KB
安裝次數 2,494
目前版本 1.6
更新時間 2016-04-23
上架時間 2016-04-22
評分 4.23/5 共 13 次評分
開發者 ✰✰✰✰✰✰
付費類型 free
擴展官網 https://chrome.google.com/webstore/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc
支援的語言 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": "1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Check IP",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}