MyIP Extension
Chrome Extension that shows your external IP and geolocation
Wat is MyIP Extension?
MyIP Extension is een Chrome-extensie ontwikkeld door https://travelingtechguy.com, en de belangrijkste functie is "Chrome Extension that shows your external IP and geolocation".
Extensie Screenshots
Download het CRX-bestand van de extensie MyIP Extension
Download MyIP Extension-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 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.
Basisinformatie over de Extensie
Naam | |
ID | lejbibljgiojigkpkhmdgdhmiaddgidd |
Officiële URL | https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd |
Beschrijving | Chrome Extension that shows your external IP and geolocation |
Bestandsgrootte | 55.33 KB |
Aantal Installaties | 113 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2014-07-16 |
Publicatiedatum | 2014-07-16 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://travelingtechguy.com |
Betalingswijze | free |
Extensiewebsite | http://www.travelingtechguy.com |
Help Pagina-URL | https://github.com/TravelingTechGuy/myipextension |
Ondersteunde Talen | 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\/" ] } |