IPaddress.is IP address lookup

Shows your internet ip address and give you general details about an IP address.

IPaddress.is IP address lookupとは何ですか?

IPaddress.is IP address lookupはhttps://ipaddress.isによって開発されたChromeの拡張機能で、その主な機能は「Shows your internet ip address and give you general details about an IP address.」です。

拡張機能のスクリーンショット

screenshot
screenshot

IPaddress.is IP address lookup拡張機能のCRXファイルをダウンロード

IPaddress.is IP address lookup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Features:

1.Display your internet ip address.
2.IP Address Lookup - Lets You Search for and Find Information About an IP Address including location, ISP, hostname etc.

IP Address Lookup
An IP address tells you where your visitor to your website is coming from. The same thing happens when you visit a website, a log will show where you are coming from.

For most people, their IP address will change each time they go online as most people will not have a fixed IP address. An IP address identifies the country and general area where you are coming from but does not identify who you are personally.

An IP address is a string of numbers that look like this – 1.4.255.255. To see where the IP address is located, you can perform an IP address LookUp at a website like http://ipaddress.is.                    

拡張機能の基本情報

名前 IPaddress.is IP address lookup IPaddress.is IP address lookup
ID jkfennbngclgpnebihjpfdimddgiebdj
公式URL https://chromewebstore.google.com/detail/ipaddressis-ip-address-lo/jkfennbngclgpnebihjpfdimddgiebdj
説明 Shows your internet ip address and give you general details about an IP address.
ファイルサイズ 12.79 KB
インストール数 833
現在のバージョン 1.1
最終更新日 2013-11-16
公開日 2013-11-16
評価 3.67/5 合計 15 レビュー
開発者 https://ipaddress.is
支払い方法 free
拡張機能のウェブサイト http://ipaddress.is
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPaddress.is IP address lookup",
    "description": "Shows your internet ip address and give you general details about an IP address.",
    "version": "1.1",
    "icons": {
        "16": "ico16.png",
        "48": "ico48.png",
        "128": "ico128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "manifest_version": 2
}