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"
    }
}