MyIP Extension
Chrome Extension that shows your external IP and geolocation
什么是MyIP Extension?
MyIP Extension是由https://travelingtechguy.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension that shows your external IP and geolocation”。
扩展截图
下载MyIP Extension扩展crx文件
下载MyIP Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | lejbibljgiojigkpkhmdgdhmiaddgidd |
官方URL | https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd |
简介 | Chrome Extension that shows your external IP and geolocation |
文件大小 | 55.33 KB |
安装次数 | 113 |
当前版本 | 1.0.5 |
更新时间 | 2014-07-16 |
上架时间 | 2014-07-16 |
评分 | 2.33/5 共3次评分 |
开发者 | https://travelingtechguy.com |
付费类型 | free |
扩展官网 | http://www.travelingtechguy.com |
帮助页面URL | https://github.com/TravelingTechGuy/myipextension |
支持的语言 | 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\/" ] } |