Ip Location

Locate Yourself !

Was ist Ip Location?

Ip Location ist eine Chrome-Erweiterung, die von gpoirrier78 entwickelt wurde, und ihr Hauptmerkmal ist "Locate Yourself !".

Erweiterungsscreenshots

screenshot

Ip Location-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ip Location-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This chrome extension allows you to locate yourself thanks to your public IP address. 
An awesome flag icon is shown on the top bar to show your location, and your location can be displayed on a map, if available.

Fork me ! https://github.com/GuillaumePoirrier/IpLocation.git

Icons credit :  Freepik, from www.flaticon.com                    

Grundlegende Informationen zur Erweiterung

Name Ip Location Ip Location
ID jckhobchpljnnodjdfaifbjhaddajdhk
Offizielle URL https://chromewebstore.google.com/detail/ip-location/jckhobchpljnnodjdfaifbjhaddajdhk
Beschreibung Locate Yourself !
Dateigröße 1.13 MB
Installationsanzahl 141
Aktuelle Version 0.0.6
Letztes Update 2020-04-13
Veröffentlichungsdatum 2020-04-13
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler gpoirrier78
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ip Location",
    "description": "Locate Yourself !",
    "version": "0.0.6",
    "icons": {
        "24": "img\/icon\/icon-24.png",
        "48": "img\/icon\/icon-48.png",
        "64": "img\/icon\/icon-64.png",
        "128": "img\/icon\/icon-128.png",
        "256": "img\/icon\/icon-256.png"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon\/icon-64.png",
        "default_popup": "popup\/popup.html"
    }
}