MyIP Extension

Chrome Extension that shows your external IP and geolocation

MyIP Extension là gì?

MyIP Extension là một tiện ích mở rộng Chrome được phát triển bởi https://travelingtechguy.com, và tính năng chính của nó là "Chrome Extension that shows your external IP and geolocation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MyIP Extension

Tải xuống các tệp mở rộng MyIP Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MyIP Extension MyIP Extension
ID lejbibljgiojigkpkhmdgdhmiaddgidd
URL Chính Thức https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd
Mô tả Chrome Extension that shows your external IP and geolocation
Kích Thước Tệp 55.33 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2014-07-16
Ngày Phát Hành 2014-07-16
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://travelingtechguy.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.travelingtechguy.com
URL Trang Trợ Giúp https://github.com/TravelingTechGuy/myipextension
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}