HostSwitcher

Easily switch between hosts for the same path/endpoint.

Apa itu HostSwitcher?

HostSwitcher adalah ekstensi Chrome yang dikembangkan oleh rushton.nicholas, dan fitur utamanya adalah "Easily switch between hosts for the same path/endpoint.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi HostSwitcher

Unduh file ekstensi HostSwitcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama HostSwitcher HostSwitcher
ID cibmioemlfpoedbgohkgbhmkenekjbac
URL Resmi https://chromewebstore.google.com/detail/hostswitcher/cibmioemlfpoedbgohkgbhmkenekjbac
Deskripsi Easily switch between hosts for the same path/endpoint.
Ukuran File 7.57 KB
Jumlah Instalasi 337
Versi Saat Ini 1.2.3
Terakhir Diperbarui 2015-03-03
Tanggal Publikasi 2015-03-02
Penilaian 3.00/5 Total 2 Penilaian
Pengembang rushton.nicholas
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}