Redirector
Open links in other browsers using Redirector for macOS
Redirector là gì?
Redirector là một tiện ích mở rộng Chrome được phát triển bởi https://redirector.bluefirex.de, và tính năng chính của nó là "Open links in other browsers using Redirector for macOS".
Ả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 Redirector
Tải xuống các tệp mở rộng Redirector 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
Open any selected link or the current page in any other browser. This requires Redirector for macOS, available on the Mac App Store, to be installed. Redirector for macOS is responsible for presenting the browsers and actually opening the link. Click the Redirector button in the toolbar to open the current page in another browser or select "Open with Redirector" in the context menu of any link.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Redirector |
ID | dngdcaeafejonkkodapphhhnjollbnnc |
URL Chính Thức | https://chromewebstore.google.com/detail/redirector/dngdcaeafejonkkodapphhhnjollbnnc |
Mô tả | Open links in other browsers using Redirector for macOS |
Kích Thước Tệp | 26.47 KB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-04-05 |
Ngày Phát Hành | 2020-08-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://redirector.bluefirex.de |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://redirector.bluefirex.de |
URL Trang Trợ Giúp | https://bluefirex.de/#contact |
URL Trang Chính Sách Bảo Mật | https://bluefirex.de/privacy |
Ngôn Ngữ Được Hỗ Trợ | de,en,no |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redirector", "version": "1.0", "description": "__MSG_description__", "page_action": { "default_icon": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_title": "__MSG_tooltip__" }, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_locale": "en", "omnibox": { "keyword": "red" }, "permissions": [ "contextMenus", "declarativeContent", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |