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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
}
]
} | |