UWP Companion

Redirect various websites to a preferred third party UWP app

Qu'est-ce que UWP Companion ?

UWP Companion est une extension Chrome développée par Arlo Godfrey, et sa fonction principale est "Redirect various websites to a preferred third party UWP app".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UWP Companion

Téléchargez les fichiers d'extension UWP Companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom UWP Companion UWP Companion
ID egfgdliklfgpmdjfofbmhmoejdhehani
URL Officiel https://chrome.google.com/webstore/detail/uwp-companion/egfgdliklfgpmdjfofbmhmoejdhehani
Description Redirect various websites to a preferred third party UWP app
Taille du Fichier 1.63 MB
Nombre d'Installations 237
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-08-21
Date de Publication 2019-08-21
Évaluation 4.50/5 Total 4 Évaluations
Développeur Arlo Godfrey
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Arlodotexe/UWP-Companion
URL de la Page d'Aide https://github.com/Arlodotexe/UWP-Companion
Langues Prises en Charge 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
    }
}