MyIP Extension
Chrome Extension that shows your external IP and geolocation
Vad är MyIP Extension?
MyIP Extension är en Chrome-tillägg utvecklad av https://travelingtechguy.com, och dess huvudfunktion är "Chrome Extension that shows your external IP and geolocation".
Tilläggsskärmbilder
Ladda ner MyIP Extension-förlängningens CRX-fil
Ladda ner MyIP Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | lejbibljgiojigkpkhmdgdhmiaddgidd |
Officiell webbadress | https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd |
Beskrivning | Chrome Extension that shows your external IP and geolocation |
Filstorlek | 55.33 KB |
Antal Installationer | 113 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2014-07-16 |
Publiceringsdatum | 2014-07-16 |
Betyg | 2.33/5 Totalt 3 Betyg |
Utvecklare | https://travelingtechguy.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.travelingtechguy.com |
Hjälpsida URL | https://github.com/TravelingTechGuy/myipextension |
Stödda Språk | 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\/" ] } |