Site Geo IP Locator
Shows the IP address of current web site, locate the IP geolocation on the map.
Τι είναι το Site Geo IP Locator;
Το Site Geo IP Locator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OpenAdminTools.com, και η κύρια λειτουργία του είναι "Shows the IP address of current web site, locate the IP geolocation on the map.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Site Geo IP Locator
Λήψη αρχείων επέκτασης Site Geo IP Locator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Site Geo IP Locator |
ID | mdpfciefafhdagbdcnklaepcgeobgaok |
Επίσημο URL | https://chromewebstore.google.com/detail/site-geo-ip-locator/mdpfciefafhdagbdcnklaepcgeobgaok |
Περιγραφή | Shows the IP address of current web site, locate the IP geolocation on the map. |
Μέγεθος Αρχείου | 137 KB |
Αριθμός Εγκαταστάσεων | 2,729 |
Τρέχουσα Έκδοση | 2.0.0 |
Τελευταία Ενημέρωση | 2019-07-04 |
Ημερομηνία Δημοσίευσης | 2019-07-03 |
Αξιολόγηση | 4.65/5 Συνολικά 236 Αξιολογήσεις |
Προγραμματιστής | OpenAdminTools.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.openadmintools.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://ip.openadmintools.com/ |
Υποστηριζόμενες Γλώσσες | 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:\/\/*\/" ] } |