Server IP
View Server IP address or alias
Server IPคืออะไร?
Server IP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hixon Web Development และคุณลักษณะหลักของมันคือ "View Server IP address or alias"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Server IP
ดาวน์โหลดไฟล์ส่วนขยาย Server IP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
What's new in v2.2.0? - Added option for each IP to also be associated with a color - Reduced the amount of flicker when loading multiple windows or tabs Simple chrome extension that gives you the IP address of the server where the current page was received from - great for switching hosts file between local, development, QC, and live servers that require the same url. Similar to ShowIP for Firefox. A difference from ShowIP is that Chrome does not leave enough room to automatically show the full IP address. For this reason just the last segment is shown automatically but the full IP address is available by clicking on the icon. You can also assign a mnemonic / abbreviation and colors through the Options panel. Published under the MIT License. GitHub listing: https://github.com/jcottrell/ServerIP Note that it requires some type of network traffic with the site before it will register the IP address.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Server IP |
ID | lllhkijapbmlekoldcoohglpihmcjdgj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/server-ip/lllhkijapbmlekoldcoohglpihmcjdgj |
คำอธิบาย | View Server IP address or alias |
ขนาดไฟล์ | 35.34 KB |
จำนวนการติดตั้ง | 8,747 |
เวอร์ชันปัจจุบัน | 2.2.0 |
อัปเดตครั้งล่าสุด | 2013-07-04 |
วันที่เผยแพร่ | 2013-07-03 |
คะแนน | 4.28/5 รวมทั้งหมด 47 คะแนน |
ผู้พัฒนา | Hixon Web Development |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jcottrell/ServerIP |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Server IP", "version": "2.2.0", "description": "View Server IP address or alias", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", " |