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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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", " |