UWP Companion

Redirect various websites to a preferred third party UWP app

UWP Companion란 무엇입니까?

UWP Companion은(는) Arlo Godfrey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirect various websites to a preferred third party UWP app"입니다.

확장 프로그램 스크린샷

screenshot

UWP Companion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 URL 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
    }
}