HostSwitcher
Easily switch between hosts for the same path/endpoint.
ما هو HostSwitcher؟
HostSwitcher هو إضافة Chrome تم تطويرها بواسطة rushton.nicholas، والميزة الرئيسية لها هي "Easily switch between hosts for the same path/endpoint.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HostSwitcher
قم بتنزيل ملفات الامتداد HostSwitcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Host switcher is a useful tool for switching host names on urls. Can be used by developers and testers to view the same endpoint on different hosts.
معلومات أساسية عن التمديد
الاسم | HostSwitcher |
ID | cibmioemlfpoedbgohkgbhmkenekjbac |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hostswitcher/cibmioemlfpoedbgohkgbhmkenekjbac |
الوصف | Easily switch between hosts for the same path/endpoint. |
حجم الملف | 7.57 KB |
عدد التثبيتات | 337 |
النسخة الحالية | 1.2.3 |
آخر تحديث | 2015-03-03 |
تاريخ النشر | 2015-03-02 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | rushton.nicholas |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HostSwitcher", "options_page": "options.html", "description": "Easily switch between hosts for the same path\/endpoint.", "version": "1.2.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |