Site Geo IP Locator
Shows the IP address of current web site, locate the IP geolocation on the map.
Cos'è Site Geo IP Locator?
Site Geo IP Locator è un'estensione di Chrome sviluppata da OpenAdminTools.com, e la sua funzione principale è "Shows the IP address of current web site, locate the IP geolocation on the map.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Site Geo IP Locator
Scarica i file di estensione Site Geo IP Locator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Site Geo IP Locator |
ID | mdpfciefafhdagbdcnklaepcgeobgaok |
URL Ufficiale | https://chromewebstore.google.com/detail/site-geo-ip-locator/mdpfciefafhdagbdcnklaepcgeobgaok |
Descrizione | Shows the IP address of current web site, locate the IP geolocation on the map. |
Dimensione del File | 137 KB |
Conteggio Installazioni | 2,729 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2019-07-04 |
Data di Pubblicazione | 2019-07-03 |
Valutazione | 4.65/5 Totale 236 Valutazioni |
Sviluppatore | OpenAdminTools.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.openadmintools.com/ |
URL della Pagina di Aiuto | https://ip.openadmintools.com/ |
Lingue Supportate | 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:\/\/*\/" ] } |