MyIP Extension
Chrome Extension that shows your external IP and geolocation
Hvad er MyIP Extension?
MyIP Extension er en Chrome-udvidelse udviklet af https://travelingtechguy.com, og dens hovedfunktion er "Chrome Extension that shows your external IP and geolocation".
Udvidelsesskærmbilleder
Download MyIP Extension-udvidelses-CRX-fil
Download MyIP Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lejbibljgiojigkpkhmdgdhmiaddgidd |
Officiel URL | https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd |
Beskrivelse | Chrome Extension that shows your external IP and geolocation |
Filstørrelse | 55.33 KB |
Antal Installationer | 113 |
Nuværende Version | 1.0.5 |
Senest Opdateret | 2014-07-16 |
Udgivelsesdato | 2014-07-16 |
Bedømmelse | 2.33/5 Samlet 3 Bedømmelser |
Udvikler | https://travelingtechguy.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.travelingtechguy.com |
Hjælpeside-URL | https://github.com/TravelingTechGuy/myipextension |
Understøttede Sprog | 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\/" ] } |