HostSwitcher

Easily switch between hosts for the same path/endpoint.

HostSwitcherคืออะไร?

HostSwitcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rushton.nicholas และคุณลักษณะหลักของมันคือ "Easily switch between hosts for the same path/endpoint."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HostSwitcher

ดาวน์โหลดไฟล์ส่วนขยาย HostSwitcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}