Check IP Location
An IP location lookup tool to show the IP Address of website server and your IP address and location.
Τι είναι το Check IP Location;
Το Check IP Location είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://windows11tools.com, και η κύρια λειτουργία του είναι "An IP location lookup tool to show the IP Address of website server and your IP address and location.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Check IP Location
Λήψη αρχείων επέκτασης Check IP Location σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Check IP Location extension from chrome is an IP lookup tool which helps you check IP address of website and your IP address. The IP address location information reveals the country, city, zip code, latitude, longitude and more. Features: Show IP address of website and your IP address. Shows the country and city where the IP address of website is located. Shows the details of IP address location of website, such as domain, IP address, latitude and longitude. Allow you check your own IP address and IP address location. Such as domain, IP address, city, country, latitude and longitude.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | llojockfgfhkfamacneabklekofeooed |
Επίσημο URL | https://chrome.google.com/webstore/detail/check-ip-location/llojockfgfhkfamacneabklekofeooed |
Περιγραφή | An IP location lookup tool to show the IP Address of website server and your IP address and location. |
Μέγεθος Αρχείου | 27.18 KB |
Αριθμός Εγκαταστάσεων | 14 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2021-10-23 |
Ημερομηνία Δημοσίευσης | 2021-10-07 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://windows11tools.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://windows11tools.com/what-is-my-ip-address/?ref=checkiplocation |
URL της Σελίδας Πολιτικής Απορρήτου | https://windows11tools.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Check IP Location", "short_name": "IP Address & Location", "author": "windows11tools.com", "description": "An IP location lookup tool to show the IP Address of website server and your IP address and location.", "homepage_url": "https:\/\/windows11tools.com", "browser_action": { "default_icon": "icon24.png", "default_popup": "popup.html", "default_title": "Show IP Address location details with 1-click" }, "icons": { "16": "icon16.png", "24": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |