IP Checker

Detects your browsers current external IP and stores this in a local history.

IP Checkerとは何ですか?

IP CheckerはTC Sによって開発されたChromeの拡張機能で、その主な機能は「Detects your browsers current external IP and stores this in a local history.」です。

IP Checker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Detects your browsers current external IP and stores this in a local (localstorage) history.

Uses the API from ip-api.com.

Want to contribute or make your own version?
https://github.com/tcskrovseth/IP-Checker                    

拡張機能の基本情報

名前 IP Checker IP Checker
ID ccaimhnnnhjghhdinbipmbjkkgkbanha
公式URL https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha
説明 Detects your browsers current external IP and stores this in a local history.
ファイルサイズ 21.31 KB
インストール数 87
現在のバージョン 1.0.0
最終更新日 2014-12-14
公開日 2014-12-14
評価 1.00/5 合計 1 レビュー
開発者 TC S
支払い方法 free
拡張機能のウェブサイト https://github.com/tcskrovseth/IP-Checker
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Checker",
    "description": "Detects your browsers current external IP and stores this in a local history.",
    "version": "1.0.0",
    "permissions": [
        "http:\/\/ip-api.com\/json"
    ],
    "browser_action": {
        "default_icon": ".\/images\/icon.png",
        "default_popup": "index.html"
    }
}