Site Geo IP Locator
Shows the IP address of current web site, locate the IP geolocation on the map.
Site Geo IP Locator là gì?
Site Geo IP Locator là một tiện ích mở rộng Chrome được phát triển bởi OpenAdminTools.com, và tính năng chính của nó là "Shows the IP address of current web site, locate the IP geolocation on the map.".
Ả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 Site Geo IP Locator
Tải xuống các tệp mở rộng Site Geo IP Locator 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 is a GEO IP locator for webmaster. If you click the icon in the a tab that opened a web page, it shows the IP address of current web site, locate the IP geolocation on the map. If you click the icon in a blank tab, it shows your current IP address. This extension is great for SEO research and web developers. Download and enjoy! =================================================== Developer: https://ip.openadmintools.com Partner: http://www.chromefans.org
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Site Geo IP Locator |
ID | mdpfciefafhdagbdcnklaepcgeobgaok |
URL Chính Thức | https://chromewebstore.google.com/detail/site-geo-ip-locator/mdpfciefafhdagbdcnklaepcgeobgaok |
Mô tả | Shows the IP address of current web site, locate the IP geolocation on the map. |
Kích Thước Tệp | 137 KB |
Số Lần Cài Đặt | 2,729 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2019-07-04 |
Ngày Phát Hành | 2019-07-03 |
Đánh Giá | 4.65/5 Tổng số 236 Đánh Giá |
Nhà Phát Triển | OpenAdminTools.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.openadmintools.com/ |
URL Trang Trợ Giúp | https://ip.openadmintools.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ip.openadmintools.com\/; object-src 'self'", "browser_action": { "default_icon": { "19": "image\/logo-19.png", "38": "image\/logo-38.png" }, "default_title": "Site Geo IP Locator", "name": "Site Geo IP Locator", "default_popup": "popup.html" }, "description": "Shows the IP address of current web site, locate the IP geolocation on the map.", "icons": { "32": "image\/logo-32.png", "48": "image\/logo-48.png", "64": "image\/logo-64.png", "128": "image\/logo-128.png" }, "name": "Site Geo IP Locator", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |