UWP Companion

Redirect various websites to a preferred third party UWP app

Cos'è UWP Companion?

UWP Companion è un'estensione di Chrome sviluppata da Arlo Godfrey, e la sua funzione principale è "Redirect various websites to a preferred third party UWP app".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UWP Companion

Scarica i file di estensione UWP Companion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome UWP Companion UWP Companion
ID egfgdliklfgpmdjfofbmhmoejdhehani
URL Ufficiale https://chrome.google.com/webstore/detail/uwp-companion/egfgdliklfgpmdjfofbmhmoejdhehani
Descrizione Redirect various websites to a preferred third party UWP app
Dimensione del File 1.63 MB
Conteggio Installazioni 237
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-08-21
Data di Pubblicazione 2019-08-21
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore Arlo Godfrey
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Arlodotexe/UWP-Companion
URL della Pagina di Aiuto https://github.com/Arlodotexe/UWP-Companion
Lingue Supportate 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
    }
}