MyIP Extension

Chrome Extension that shows your external IP and geolocation

MyIP Extensionとは何ですか?

MyIP Extensionはhttps://travelingtechguy.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension that shows your external IP and geolocation」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension shows your IP, and tries to deduce geolocation information, using IPInfoDB.
It allows copying the IP to the clipboard, and showing a Google map of the location found (IF a location was found).

The source of this extension is on GitHub at https://github.com/TravelingTechGuy/myipextension.                    

拡張機能の基本情報

名前 MyIP Extension MyIP Extension
ID lejbibljgiojigkpkhmdgdhmiaddgidd
公式URL https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd
説明 Chrome Extension that shows your external IP and geolocation
ファイルサイズ 55.33 KB
インストール数 113
現在のバージョン 1.0.5
最終更新日 2014-07-16
公開日 2014-07-16
評価 2.33/5 合計 3 レビュー
開発者 https://travelingtechguy.com
支払い方法 free
拡張機能のウェブサイト http://www.travelingtechguy.com
ヘルプページのURL https://github.com/TravelingTechGuy/myipextension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyIP Extension",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Chrome Extension that shows your external IP and geolocation",
    "homepage_url": "http:\/\/www.TravelingTechGuy.com",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Show my IP",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "http:\/\/myip.travelingtechguy.com\/"
    ]
}