IP Address Lookup & Domain Whois

Easy and quick way to find out your current IP address.

IP Address Lookup & Domain Whoisとは何ですか?

IP Address Lookup & Domain Whoisはhttp://1a.orgによって開発されたChromeの拡張機能で、その主な機能は「Easy and quick way to find out your current IP address.」です。

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

screenshot
screenshot
screenshot
screenshot

IP Address Lookup & Domain Whois拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The easiest way to find your IP address! Display your IP address, system information and geo-location easily with 1-click. You can also do a quick whois record lookup on the active tab or any web site you want. It shows you domain information like owner email, registrant, registrar, creation date, expire date, server ip address and server location.                    

拡張機能の基本情報

名前 IP Address Lookup & Domain Whois IP Address Lookup & Domain Whois
ID ononjccmbkfllkjbpfemimejdlgihanj
公式URL https://chrome.google.com/webstore/detail/ip-address-lookup-domain/ononjccmbkfllkjbpfemimejdlgihanj
説明 Easy and quick way to find out your current IP address.
ファイルサイズ 2.52 MB
インストール数 131
現在のバージョン 1.0
最終更新日 2016-02-11
公開日 2016-02-11
評価 1.00/5 合計 1 レビュー
開発者 http://1a.org
支払い方法 free
拡張機能のウェブサイト http://1a.org
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Address Lookup & Domain Whois",
    "description": "Easy and quick way to find out your current IP address.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/1aorg-logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-100.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ]
}