MyIP Extension
Chrome Extension that shows your external IP and geolocation
Что такое MyIP Extension?
MyIP Extension - это расширение Chrome, разработанное https://travelingtechguy.com, и его основная функция - "Chrome Extension that shows your external IP and geolocation".
Снимки экрана расширения
Скачать файл CRX расширения MyIP Extension
Скачайте файлы расширений 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\/" ] } |