IP Checker
Detects your browsers current external IP and stores this in a local history.
Что такое IP Checker?
IP Checker - это расширение Chrome, разработанное TC S, и его основная функция - "Detects your browsers current external IP and stores this in a local history.".
Скачать файл CRX расширения IP Checker
Скачайте файлы расширений IP Checker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Detects your browsers current external IP and stores this in a local (localstorage) history. Uses the API from ip-api.com. Want to contribute or make your own version? https://github.com/tcskrovseth/IP-Checker
Основная информация о расширении
Название | |
ID | ccaimhnnnhjghhdinbipmbjkkgkbanha |
Официальный URL | https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha |
Описание | Detects your browsers current external IP and stores this in a local history. |
Размер файла | 21.31 KB |
Количество установок | 87 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2014-12-14 |
Дата публикации | 2014-12-14 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | TC S |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/tcskrovseth/IP-Checker |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IP Checker", "description": "Detects your browsers current external IP and stores this in a local history.", "version": "1.0.0", "permissions": [ "http:\/\/ip-api.com\/json" ], "browser_action": { "default_icon": ".\/images\/icon.png", "default_popup": "index.html" } } |