URL Redirect for Developers
Allows you to redirect one URL to another. It is intended to help developers debug issues on production websites.
URL Redirect for Developers là gì?
URL Redirect for Developers là một tiện ích mở rộng Chrome được phát triển bởi Brian Mock, và tính năng chính của nó là "Allows you to redirect one URL to another. It is intended to help developers debug issues on production websites.".
Ả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 Redirect for Developers
Tải xuống các tệp mở rộng URL Redirect for Developers 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
Examples of what you can do with URL Redirect for Developers: - Replace a minified version of jQuery with a regular build for better debugging - Replace production webpack bundles with local webpack bundles for testing your local code changes against production data - Disabling Content-Security-Policy (CSP) on certain domains in order to test changes - Redirect backend URLs to different URLs in order to test unimplemented backend features
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dapeklgnmaelnloappfkohdngdggcakf |
URL Chính Thức | https://chrome.google.com/webstore/detail/url-redirect-for-develope/dapeklgnmaelnloappfkohdngdggcakf |
Mô tả | Allows you to redirect one URL to another. It is intended to help developers debug issues on production websites. |
Kích Thước Tệp | 131 KB |
Số Lần Cài Đặt | 465 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-01-09 |
Ngày Phát Hành | 2020-01-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Brian Mock |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mockbrian.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Allows you to redirect one URL to another. It is intended to help developers debug issues on production websites.", "name": "URL Redirect for Developers", "short_name": "URL Redirect", "version": "1.1", "author": "Brian Mock (mockbrian.com)", "homepage_url": "https:\/\/github.com\/wavebeem\/url-redirect-webextension", "applications": { "gecko": { "id": "[email protected]" } }, "icons": { "16": "img\/icon-enabled.png", "32": "img\/[email protected]", "128": "img\/[email protected]" }, "permissions": [ "webRequest", "webNavigation", "webRequestBlocking", " |