UWP Companion

Redirect various websites to a preferred third party UWP app

Wat is UWP Companion?

UWP Companion is een Chrome-extensie ontwikkeld door Arlo Godfrey, en de belangrijkste functie is "Redirect various websites to a preferred third party UWP app".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie UWP Companion

Download UWP Companion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam UWP Companion UWP Companion
ID egfgdliklfgpmdjfofbmhmoejdhehani
Officiële URL https://chrome.google.com/webstore/detail/uwp-companion/egfgdliklfgpmdjfofbmhmoejdhehani
Beschrijving Redirect various websites to a preferred third party UWP app
Bestandsgrootte 1.63 MB
Aantal Installaties 237
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-08-21
Publicatiedatum 2019-08-21
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar Arlo Godfrey
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Arlodotexe/UWP-Companion
Help Pagina-URL https://github.com/Arlodotexe/UWP-Companion
Ondersteunde Talen 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
    }
}