IP2Location IP Geolocation Extension
Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com.
Τι είναι το IP2Location IP Geolocation Extension;
Το IP2Location IP Geolocation Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.ip2location.com, και η κύρια λειτουργία του είναι "Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης IP2Location IP Geolocation Extension
Λήψη αρχείων επέκτασης IP2Location IP Geolocation Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
IP2Location IP Geolocation is an extension to get information about the geographical location of the web server based on the IP address of the URL links in web pages. You can prevent phishing activities by know more about the servers information. It is easy to use as you can now see the information on the same page in a nicely formatted box. See information like the IP address, country, state, city, ISP, latitude, longitude as well as the server time. To use this extension, you just put your mouse over a link and a tiny icon will appear, click on that icon to retrieve information for that URL. In the information box that appears, you also have access to 3 useful features under [More Tools]; these are the ability to ping that IP address, perform traceroute or view that URL from our proxies which are located around the globe.
Βασικές Πληροφορίες Επέκτασης
Όνομα | IP2Location IP Geolocation Extension |
ID | hkccjlilianihdjogdpflgmeegaomloj |
Επίσημο URL | https://chromewebstore.google.com/detail/ip2location-ip-geolocatio/hkccjlilianihdjogdpflgmeegaomloj |
Περιγραφή | Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com. |
Μέγεθος Αρχείου | 274 KB |
Αριθμός Εγκαταστάσεων | 737 |
Τρέχουσα Έκδοση | 2.1.0 |
Τελευταία Ενημέρωση | 2022-06-28 |
Ημερομηνία Δημοσίευσης | 2020-06-18 |
Αξιολόγηση | 3.50/5 Συνολικά 22 Αξιολογήσεις |
Προγραμματιστής | https://www.ip2location.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP2Location IP Geolocation Extension", "version": "2.1.0", "description": "Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.6.0.min.js", "core.min.js", "sha1.min.js", "main.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.html", "*.png", "flags\/*" ], "matches": [ " |