URL's Host Switcher
A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment
URL's Host Switcher là gì?
URL's Host Switcher là một tiện ích mở rộng Chrome được phát triển bởi DLAM, và tính năng chính của nó là "A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng URL's Host Switcher
Tải xuống các tệp mở rộng URL's Host Switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
It is convenient for developers to quickly switch the host of web pages under the same path
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | URL's Host Switcher |
ID | fcejkgaehmpaplmencnlpcocmmbfcoia |
URL Chính Thức | https://chromewebstore.google.com/detail/urls-host-switcher/fcejkgaehmpaplmencnlpcocmmbfcoia |
Mô tả | A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment |
Kích Thước Tệp | 75.14 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 1.1.16 |
Cập Nhật Lần Cuối | 2022-12-02 |
Ngày Phát Hành | 2022-07-04 |
Nhà Phát Triển | DLAM |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,es,it,ru,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.1.16", "manifest_version": 3, "default_locale": "en", "options_page": "\/dist\/src\/options.html", "permissions": [ "storage", "tabs" ], "action": { "default_popup": "\/dist\/src\/popup.html", "default_icon": { "16": "\/img\/16x16.png", "32": "\/img\/32x32.png", "48": "\/img\/48x48.png", "128": "\/img\/128x128.png" } }, "icons": { "16": "\/img\/16x16.png", "32": "\/img\/32x32.png", "48": "\/img\/48x48.png", "128": "\/img\/128x128.png" } } |