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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UWP Companion
ดาวน์โหลดไฟล์ส่วนขยาย UWP Companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 } } |