Check my public and private IP addresses
Check out the personal and public IP addresses of the client
Check my public and private IP addresses là gì?
Check my public and private IP addresses là một tiện ích mở rộng Chrome được phát triển bởi Marin Marinov, và tính năng chính của nó là "Check out the personal and public IP addresses of the client".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Check my public and private IP addresses
Tải xuống các tệp mở rộng Check my public and private IP addresses 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
The fastest way to check out your public and private IP addresses. Extremely light extension for instant check out both the public and private IP addresses of the client. You don't need to load any additional websites to check them out. Even if you don't have internet access you still be able to check out your private IP address. * Private IP address is the IP address of your device, using it in your local network. * Public IP address is the IP address given to your device by your internet provider, or proxy server, etc. It is visible by the outer world.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nmhkffmkjbepohgmonlkfoifdbncbgbl |
URL Chính Thức | https://chrome.google.com/webstore/detail/check-my-public-and-priva/nmhkffmkjbepohgmonlkfoifdbncbgbl |
Mô tả | Check out the personal and public IP addresses of the client |
Kích Thước Tệp | 23.3 KB |
Số Lần Cài Đặt | 589 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2016-08-29 |
Ngày Phát Hành | 2016-08-29 |
Đánh Giá | 4.41/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | Marin Marinov |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check my public and private IP addresses", "short_name": "Check my IPs", "description": "Check out the personal and public IP addresses of the client", "version": "1.2.0", "browser_action": { "default_icon": "img\/Check-my-IPs-128.png", "default_popup": "popup.html", "default_title": "Check out my IP addresses" }, "author": "Marin Marinov", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |