Ip Location

Locate Yourself !

Wat is Ip Location?

Ip Location is een Chrome-extensie ontwikkeld door gpoirrier78, en de belangrijkste functie is "Locate Yourself !".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ip Location

Download Ip Location-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Ip Location Ip Location
ID jckhobchpljnnodjdfaifbjhaddajdhk
Officiële URL https://chromewebstore.google.com/detail/ip-location/jckhobchpljnnodjdfaifbjhaddajdhk
Beschrijving Locate Yourself !
Bestandsgrootte 1.13 MB
Aantal Installaties 141
Huidige Versie 0.0.6
Laatst Bijgewerkt 2020-04-13
Publicatiedatum 2020-04-13
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar gpoirrier78
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}