Domain Switcher
Easily switch domains between development, staging, production or other environments of projects.
Domain Switcher là gì?
Domain Switcher là một tiện ích mở rộng Chrome được phát triển bởi Alexander Pape, và tính năng chính của nó là "Easily switch domains between development, staging, production or other environments of projects.".
Ả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 Domain Switcher
Tải xuống các tệp mở rộng Domain 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
As a developer, it can be a hassle to switch between various environments (e.g. dev, staging, prod). This extension is designed to allow the developer to quickly swap environments when they are on a page while keeping their path intact. This extension is open-source and hosted on GitHub. If you find an issue, help out by posting it there as an issue or submit a pull request. https://github.com/Macavity/domain-switcher-extension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Domain Switcher |
ID | bcgpoogiobjioebmbafkdaekndlknmdf |
URL Chính Thức | https://chromewebstore.google.com/detail/domain-switcher/bcgpoogiobjioebmbafkdaekndlknmdf |
Mô tả | Easily switch domains between development, staging, production or other environments of projects. |
Kích Thước Tệp | 446 KB |
Số Lần Cài Đặt | 105 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2020-08-26 |
Ngày Phát Hành | 2020-07-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Alexander Pape |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Macavity/domain-switcher-extension |
URL Trang Trợ Giúp | https://github.com/Macavity/domain-switcher-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Domain Switcher", "description": "Easily switch domains between development, staging, production or other environments of projects.", "version": "1.1.2", "manifest_version": 2, "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "page_action": { "default_icon": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png" }, "default_title": "Domain Switcher", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options\/options.html", "permissions": [ "tabs", "downloads" ] } |