ip-x-x-x-x.ec2.internal to IPs
Converts all the ip-x-x-x-x.ec2.internal to it's IP format
Что такое ip-x-x-x-x.ec2.internal to IPs?
ip-x-x-x-x.ec2.internal to IPs - это расширение Chrome, разработанное https://ashwanthkumar.in, и его основная функция - "Converts all the ip-x-x-x-x.ec2.internal to it's IP format".
Снимки экрана расширения
Скачать файл CRX расширения ip-x-x-x-x.ec2.internal to IPs
Скачайте файлы расширений ip-x-x-x-x.ec2.internal to IPs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
If you've ever been frustrated by the `.ec2.internal` domain names on your hadoop / spark clusters? Especially when you want to view the Task logs and the chrome shows you "DNS not resolved"? Then this plugin is for you. The plugin transforms all "ip-x-x-x-x.ec2.internal" on links to "x.x.x.x" (IP Address). So as long as you can access the IP address directly from your chrome, it should work.
Основная информация о расширении
Название | ip-x-x-x-x.ec2.internal to IPs |
ID | fjgpmnicfiedkeikinlmbpjloefhgnef |
Официальный URL | https://chromewebstore.google.com/detail/ip-x-x-x-xec2internal-to/fjgpmnicfiedkeikinlmbpjloefhgnef |
Описание | Converts all the ip-x-x-x-x.ec2.internal to it's IP format |
Размер файла | 16.16 KB |
Количество установок | 34 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2021-12-15 |
Дата публикации | 2016-07-08 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://ashwanthkumar.in |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/ashwanthkumar/chrome-ec2.internal |
URL страницы помощи | https://github.com/ashwanthkumar/chrome-ec2.internal/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ip-x-x-x-x.ec2.internal to IPs", "version": "1.0.1", "manifest_version": 3, "description": "Converts all the ip-x-x-x-x.ec2.internal to it's IP format", "homepage_url": "https:\/\/github.com\/ashwanthkumar\/chrome-ec2.internal", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/link-changer.js" ] } ] } |