UWP Companion
Redirect various websites to a preferred third party UWP app
UWP Companion là gì?
UWP Companion là một tiện ích mở rộng Chrome được phát triển bởi Arlo Godfrey, và tính năng chính của nó là "Redirect various websites to a preferred third party UWP app".
Ả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 UWP Companion
Tải xuống các tệp mở rộng UWP Companion 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
A browser extension to serve as a companion to various 3rd party UWP apps, enabling a smooth transition from Website to App. When a supported third party app is installed, this extension will attempt to open that app with context in mind. Third party Windows 10 apps for YouTube, Reddit, Spotify, Mixer, and more are supported directly by the developers.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | egfgdliklfgpmdjfofbmhmoejdhehani |
URL Chính Thức | https://chrome.google.com/webstore/detail/uwp-companion/egfgdliklfgpmdjfofbmhmoejdhehani |
Mô tả | Redirect various websites to a preferred third party UWP app |
Kích Thước Tệp | 1.63 MB |
Số Lần Cài Đặt | 237 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-08-21 |
Ngày Phát Hành | 2019-08-21 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Arlo Godfrey |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Arlodotexe/UWP-Companion |
URL Trang Trợ Giúp | https://github.com/Arlodotexe/UWP-Companion |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UWP Companion", "short_name": "UWP Companion", "author": "Arlo Godfrey", "version": "1.0.0", "manifest_version": 2, "description": "Redirect various websites to a preferred third party UWP app", "permissions": [ "activeTab", "webNavigation", "tabs", "storage" ], "icons": { "40": "assets\/icons\/UWPCompanion.png", "256": "assets\/logos\/UWPCompanion.png" }, "browser_action": { "default_icon": { "40": "assets\/icons\/UWPCompanion.png" }, "default_popup": "user-interface\/index.html" }, "background": { "page": "background-script\/index.html", "persistent": true } } |