MyIP Extension
Chrome Extension that shows your external IP and geolocation
What is MyIP Extension?
MyIP Extension is a Chrome extension developed by https://travelingtechguy.com, and its main feature is "Chrome Extension that shows your external IP and geolocation".
Extension Screenshots
Download MyIP Extension Extension CRX File
Download MyIP Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | lejbibljgiojigkpkhmdgdhmiaddgidd |
Official URL | https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd |
Description | Chrome Extension that shows your external IP and geolocation |
File Size | 55.33 KB |
Installation Count | 113 |
Current Version | 1.0.5 |
Last Updated | 2014-07-16 |
Publish Date | 2014-07-16 |
Rating | 2.33/5 Total 3 Ratings |
Developer | https://travelingtechguy.com |
Payment Type | free |
Extension Website | http://www.travelingtechguy.com |
Help Page URL | https://github.com/TravelingTechGuy/myipextension |
Supported Languages | 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\/" ] } |