IP Whois
View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.
Что такое IP Whois?
IP Whois - это расширение Chrome, разработанное Sergio, и его основная функция - "View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.".
Снимки экрана расширения
Скачать файл CRX расширения IP Whois
Скачайте файлы расширений IP Whois в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension is designed to be fast and lightweight, allows you to view all information of any website: - Display the country flag of the website in the current tab. - Show the map, IPv4 and IPv6 adresses, hostname, and the hosting company/organization. - All DNS records. - Whois owner information. - Geolocalization (down to the city). - A fast link to the Wayback Machine. - SSL check tools. - White and dark theme support. - ... and much more Support the extension development! https://github.com/sponsors/SergiX44
Основная информация о расширении
Название | IP Whois |
ID | mpkpmgnjhejeodcbfaphaenpkkjdfbgo |
Официальный URL | https://chromewebstore.google.com/detail/ip-whois/mpkpmgnjhejeodcbfaphaenpkkjdfbgo |
Описание | View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website. |
Размер файла | 335 KB |
Количество установок | 3,801 |
Текущая Версия | 2.0.9 |
Последнее Обновление | 2024-01-26 |
Дата публикации | 2018-10-13 |
Рейтинг | 4.58/5 Всего 12 оценок |
Разработчик | Sergio |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/SergiX44 |
URL страницы помощи | https://mastodon.social/@sergiobrighenti |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Whois", "version": "2.0.9", "description": "View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.", "manifest_version": 3, "icons": { "16": "src\/assets\/icons\/icon16.png", "32": "src\/assets\/icons\/icon32.png", "48": "src\/assets\/icons\/icon48.png", "128": "src\/assets\/icons\/icon128.png" }, "background": { "service_worker": "src\/background\/index.js" }, "action": { "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "src\/assets\/icons\/icon16.png", "32": "src\/assets\/icons\/icon32.png", "48": "src\/assets\/icons\/icon48.png", "128": "src\/assets\/icons\/icon128.png" } }, "permissions": [ "storage", "alarms", "tabs", "webNavigation" ] } |