UWP Companion
Redirect various websites to a preferred third party UWP app
Co to jest UWP Companion?
UWP Companion to rozszerzenie Chrome opracowane przez Arlo Godfrey, a jego główną funkcją jest „Redirect various websites to a preferred third party UWP app”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UWP Companion
Pobierz pliki rozszerzeń UWP Companion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | egfgdliklfgpmdjfofbmhmoejdhehani |
Oficjalny URL | https://chrome.google.com/webstore/detail/uwp-companion/egfgdliklfgpmdjfofbmhmoejdhehani |
Opis | Redirect various websites to a preferred third party UWP app |
Rozmiar pliku | 1.63 MB |
Liczba instalacji | 237 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2019-08-21 |
Data Publikacji | 2019-08-21 |
Ocena | 4.50/5 Łącznie 4 Oceny |
Deweloper | Arlo Godfrey |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Arlodotexe/UWP-Companion |
Adres URL Strony Pomocy | https://github.com/Arlodotexe/UWP-Companion |
Obsługiwane Języki | 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 } } |