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 |
Eメール | [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 } } |