UWP Companion

Redirect various websites to a preferred third party UWP app

Was ist UWP Companion?

UWP Companion ist eine Chrome-Erweiterung, die von Arlo Godfrey entwickelt wurde, und ihr Hauptmerkmal ist "Redirect various websites to a preferred third party UWP app".

Erweiterungsscreenshots

screenshot

UWP Companion-Erweiterungs-CRX-Datei herunterladen

Laden Sie UWP Companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name UWP Companion UWP Companion
ID egfgdliklfgpmdjfofbmhmoejdhehani
Offizielle URL https://chrome.google.com/webstore/detail/uwp-companion/egfgdliklfgpmdjfofbmhmoejdhehani
Beschreibung Redirect various websites to a preferred third party UWP app
Dateigröße 1.63 MB
Installationsanzahl 237
Aktuelle Version 1.0.0
Letztes Update 2019-08-21
Veröffentlichungsdatum 2019-08-21
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler Arlo Godfrey
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Arlodotexe/UWP-Companion
Hilfeseite URL https://github.com/Arlodotexe/UWP-Companion
Unterstützte Sprachen 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
    }
}