Ip Location

Locate Yourself !

Qu'est-ce que Ip Location ?

Ip Location est une extension Chrome développée par gpoirrier78, et sa fonction principale est "Locate Yourself !".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ip Location

Téléchargez les fichiers d'extension Ip Location au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Ip Location Ip Location
ID jckhobchpljnnodjdfaifbjhaddajdhk
URL Officiel https://chromewebstore.google.com/detail/ip-location/jckhobchpljnnodjdfaifbjhaddajdhk
Description Locate Yourself !
Taille du Fichier 1.13 MB
Nombre d'Installations 141
Version Actuelle 0.0.6
Dernière Mise à Jour 2020-04-13
Date de Publication 2020-04-13
Évaluation 5.00/5 Total 3 Évaluations
Développeur gpoirrier78
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}