GetIP
A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/
Что такое GetIP?
GetIP - это расширение Chrome, разработанное Wes Hargrove, и его основная функция - "A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/".
Снимки экрана расширения
Скачать файл CRX расширения GetIP
Скачайте файлы расширений GetIP в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
So easy, your grandmother could use it. Say goodbye to all of the tools that show your IP address and everything else you don't want. This is a simple no-frills way of getting your public IP address and nothing else. Icon design by VisualPharm: http://www.visualpharm.com/
Основная информация о расширении
Название | |
ID | jomeonhdpabjofcfobeogadofenioidi |
Официальный URL | https://chrome.google.com/webstore/detail/getip/jomeonhdpabjofcfobeogadofenioidi |
Описание | A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/ |
Размер файла | 53.3 KB |
Количество установок | 13 |
Текущая Версия | 0.9.1 |
Последнее Обновление | 2013-05-27 |
Дата публикации | 2013-05-27 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Wes Hargrove |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GetIP", "description": "A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http:\/\/www.visualpharm.com\/", "version": "0.9.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_title": "GetIP", "default_icon": "icon-128.png", "default_popup": "getip.html" }, "manifest_version": 2 } |