UWP Companion

Redirect various websites to a preferred third party UWP app

ما هو UWP Companion؟

UWP Companion هو إضافة Chrome تم تطويرها بواسطة Arlo Godfrey، والميزة الرئيسية لها هي "Redirect various websites to a preferred third party UWP app".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة UWP Companion

قم بتنزيل ملفات الامتداد UWP Companion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم UWP Companion UWP Companion
ID egfgdliklfgpmdjfofbmhmoejdhehani
عنوان URL الرسمي https://chrome.google.com/webstore/detail/uwp-companion/egfgdliklfgpmdjfofbmhmoejdhehani
الوصف Redirect various websites to a preferred third party UWP app
حجم الملف 1.63 MB
عدد التثبيتات 237
النسخة الحالية 1.0.0
آخر تحديث 2019-08-21
تاريخ النشر 2019-08-21
تقييم 4.50/5 مجموع تقييمات 4
المطور Arlo Godfrey
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Arlodotexe/UWP-Companion
عنوان صفحة المساعدة https://github.com/Arlodotexe/UWP-Companion
اللغات المدعومة 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
    }
}