IP Geo Location

Displays your current IP and geo location data.

Τι είναι το IP Geo Location;

Το IP Geo Location είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tim Weller, και η κύρια λειτουργία του είναι "Displays your current IP and geo location data.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης IP Geo Location

Λήψη αρχείων επέκτασης IP Geo Location σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Display the location and IP address of the connection you're currently using. 

No more confusion which proxy or vpn connection is active at the moment.

Just click to refresh, it's as easy as it gets. Or configure an interval to refresh automatically.

PLEASE NOTE: The extension is using a free service to display your IP and geo location data (http://ipinfo.io/). If there seems to be a problem with a specific IP or the resulting location data I can not do anything about it since I'm not in any way affiliated with the services the extension is using. Sorry for the circumstances. I'm just happy such services exist and thus provide a stable solution for most users.

Check out the source on GitHub: https://github.com/der-tkw/ipgeolocation

## CHANGELOG
-- 1.7.1
Updated to Manifest V3
Updated OpenLayers
-- 1.7
Fixed map display (switched to OpenLayers + OpenStreetMap)
Removed map type
Added dark mode
Added 1min interval to auto refresh
-- 1.6
Replaced ipify.org and freegeoip.com with ipinfo.io
-- 1.5
Switched from jsonip.com to ipify.org
Updated jQuery
-- 1.4
Added silent mode
Added notifications
Added interval functionality
New Options
-- v1.3
Fixed icons
Removed unnecessary permissions
Improved loading/error situations
-- v1.2
Added the following options: show header, show lat/long, map zoom, map type
-- v1.1.1
Switched to a more reliable JSON IP provider.
-- v1.1
Added map option.
-- v1.0
Initial version.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα IP Geo Location IP Geo Location
ID bbhilcamdnlfkhcdecflcbaaecjbngoi
Επίσημο URL https://chromewebstore.google.com/detail/ip-geo-location/bbhilcamdnlfkhcdecflcbaaecjbngoi
Περιγραφή Displays your current IP and geo location data.
Μέγεθος Αρχείου 568 KB
Αριθμός Εγκαταστάσεων 4,136
Τρέχουσα Έκδοση 1.7.1
Τελευταία Ενημέρωση 2023-08-28
Ημερομηνία Δημοσίευσης 2018-07-21
Αξιολόγηση 4.04/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής Tim Weller
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Geo Location",
    "version": "1.7.1",
    "description": "Displays your current IP and geo location data.",
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "action": {
        "default_icon": "images\/icon_128.png",
        "default_title": "IP Geo Location (click to refresh)",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "64": "images\/icon_64.png",
        "48": "images\/icon_48.png",
        "32": "images\/icon_32.png",
        "16": "images\/icon_16.png"
    },
    "manifest_version": 3
}