Site Geo IP Locator
Shows the IP address of current web site, locate the IP geolocation on the map.
What is Site Geo IP Locator?
Site Geo IP Locator is a Chrome extension developed by OpenAdminTools.com, and its main feature is "Shows the IP address of current web site, locate the IP geolocation on the map.".
Extension Screenshots
Download Site Geo IP Locator Extension CRX File
Download Site Geo IP Locator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Site Geo IP Locator |
ID | mdpfciefafhdagbdcnklaepcgeobgaok |
Official URL | https://chromewebstore.google.com/detail/site-geo-ip-locator/mdpfciefafhdagbdcnklaepcgeobgaok |
Description | Shows the IP address of current web site, locate the IP geolocation on the map. |
File Size | 137 KB |
Installation Count | 2,729 |
Current Version | 2.0.0 |
Last Updated | 2019-07-04 |
Publish Date | 2019-07-03 |
Rating | 4.65/5 Total 236 Ratings |
Developer | OpenAdminTools.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.openadmintools.com/ |
Help Page URL | https://ip.openadmintools.com/ |
Supported Languages | 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:\/\/*\/" ] } |