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 https://ashwanthkumar.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts all the ip-x-x-x-x.ec2.internal to it's IP format"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ip-x-x-x-x.ec2.internal to IPs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |