Site Geo IP Locator
Shows the IP address of current web site, locate the IP geolocation on the map.
Qu'est-ce que Site Geo IP Locator ?
Site Geo IP Locator est une extension Chrome développée par OpenAdminTools.com, et sa fonction principale est "Shows the IP address of current web site, locate the IP geolocation on the map.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Site Geo IP Locator
Téléchargez les fichiers d'extension Site Geo IP Locator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Site Geo IP Locator |
ID | mdpfciefafhdagbdcnklaepcgeobgaok |
URL Officiel | 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. |
Taille du Fichier | 137 KB |
Nombre d'Installations | 2,729 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2019-07-04 |
Date de Publication | 2019-07-03 |
Évaluation | 4.65/5 Total 236 Évaluations |
Développeur | OpenAdminTools.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.openadmintools.com/ |
URL de la Page d'Aide | https://ip.openadmintools.com/ |
Langues Prises en Charge | 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:\/\/*\/" ] } |