Check IP Location
An IP location lookup tool to show the IP Address of website server and your IP address and location.
Check IP Location là gì?
Check IP Location là một tiện ích mở rộng Chrome được phát triển bởi https://windows11tools.com, và tính năng chính của nó là "An IP location lookup tool to show the IP Address of website server and your IP address and location.".
Ả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 IP Location
Tải xuống các tệp mở rộng Check IP Location 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
Check IP Location extension from chrome is an IP lookup tool which helps you check IP address of website and your IP address. The IP address location information reveals the country, city, zip code, latitude, longitude and more. Features: Show IP address of website and your IP address. Shows the country and city where the IP address of website is located. Shows the details of IP address location of website, such as domain, IP address, latitude and longitude. Allow you check your own IP address and IP address location. Such as domain, IP address, city, country, latitude and longitude.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | llojockfgfhkfamacneabklekofeooed |
URL Chính Thức | https://chrome.google.com/webstore/detail/check-ip-location/llojockfgfhkfamacneabklekofeooed |
Mô tả | An IP location lookup tool to show the IP Address of website server and your IP address and location. |
Kích Thước Tệp | 27.18 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-10-23 |
Ngày Phát Hành | 2021-10-07 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://windows11tools.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://windows11tools.com/what-is-my-ip-address/?ref=checkiplocation |
URL Trang Chính Sách Bảo Mật | https://windows11tools.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Check IP Location", "short_name": "IP Address & Location", "author": "windows11tools.com", "description": "An IP location lookup tool to show the IP Address of website server and your IP address and location.", "homepage_url": "https:\/\/windows11tools.com", "browser_action": { "default_icon": "icon24.png", "default_popup": "popup.html", "default_title": "Show IP Address location details with 1-click" }, "icons": { "16": "icon16.png", "24": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |