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 |
官方URL | 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 } } |