UWP Companion

Redirect various websites to a preferred third party UWP app

Apa itu UWP Companion?

UWP Companion adalah ekstensi Chrome yang dikembangkan oleh Arlo Godfrey, dan fitur utamanya adalah "Redirect various websites to a preferred third party UWP app".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi UWP Companion

Unduh file ekstensi UWP Companion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama UWP Companion UWP Companion
ID egfgdliklfgpmdjfofbmhmoejdhehani
URL Resmi https://chrome.google.com/webstore/detail/uwp-companion/egfgdliklfgpmdjfofbmhmoejdhehani
Deskripsi Redirect various websites to a preferred third party UWP app
Ukuran File 1.63 MB
Jumlah Instalasi 237
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-08-21
Tanggal Publikasi 2019-08-21
Penilaian 4.50/5 Total 4 Penilaian
Pengembang Arlo Godfrey
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Arlodotexe/UWP-Companion
URL Halaman Bantuan https://github.com/Arlodotexe/UWP-Companion
Bahasa yang Didukung 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
    }
}