UWP Companion
Redirect various websites to a preferred third party UWP app
什麼是UWP Companion?
UWP Companion是由Arlo Godfrey開發的Chrome擴展程式,該擴展的主要功能是“Redirect various websites to a preferred third party UWP app”。
擴展截圖
下載UWP Companion擴展crx文件
下載UWP Companion擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | egfgdliklfgpmdjfofbmhmoejdhehani |
官方網址 | https://chrome.google.com/webstore/detail/uwp-companion/egfgdliklfgpmdjfofbmhmoejdhehani |
簡介 | Redirect various websites to a preferred third party UWP app |
檔案大小 | 1.63 MB |
安裝次數 | 237 |
目前版本 | 1.0.0 |
更新時間 | 2019-08-21 |
上架時間 | 2019-08-21 |
評分 | 4.50/5 共 4 次評分 |
開發者 | Arlo Godfrey |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Arlodotexe/UWP-Companion |
說明頁面URL | https://github.com/Arlodotexe/UWP-Companion |
支援的語言 | 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 } } |