Ip Location
Locate Yourself !
Cos'è Ip Location?
Ip Location è un'estensione di Chrome sviluppata da gpoirrier78, e la sua funzione principale è "Locate Yourself !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ip Location
Scarica i file di estensione Ip Location in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Ip Location |
ID | jckhobchpljnnodjdfaifbjhaddajdhk |
URL Ufficiale | https://chromewebstore.google.com/detail/ip-location/jckhobchpljnnodjdfaifbjhaddajdhk |
Descrizione | Locate Yourself ! |
Dimensione del File | 1.13 MB |
Conteggio Installazioni | 141 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2020-04-13 |
Data di Pubblicazione | 2020-04-13 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | gpoirrier78 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |