MyIP Extension
Chrome Extension that shows your external IP and geolocation
Cos'è MyIP Extension?
MyIP Extension è un'estensione di Chrome sviluppata da https://travelingtechguy.com, e la sua funzione principale è "Chrome Extension that shows your external IP and geolocation".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MyIP Extension
Scarica i file di estensione MyIP Extension 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 extension shows your IP, and tries to deduce geolocation information, using IPInfoDB. It allows copying the IP to the clipboard, and showing a Google map of the location found (IF a location was found). The source of this extension is on GitHub at https://github.com/TravelingTechGuy/myipextension.
Informazioni di Base sull'Estensione
Nome | |
ID | lejbibljgiojigkpkhmdgdhmiaddgidd |
URL Ufficiale | https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd |
Descrizione | Chrome Extension that shows your external IP and geolocation |
Dimensione del File | 55.33 KB |
Conteggio Installazioni | 113 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2014-07-16 |
Data di Pubblicazione | 2014-07-16 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | https://travelingtechguy.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.travelingtechguy.com |
URL della Pagina di Aiuto | https://github.com/TravelingTechGuy/myipextension |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyIP Extension", "version": "1.0.5", "manifest_version": 2, "description": "Chrome Extension that shows your external IP and geolocation", "homepage_url": "http:\/\/www.TravelingTechGuy.com", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Show my IP", "default_popup": "popup.html" }, "permissions": [ "clipboardWrite", "http:\/\/myip.travelingtechguy.com\/" ] } |