UWP Companion
Redirect various websites to a preferred third party UWP app
UWP Companion क्या है?
UWP Companion Arlo Godfrey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect various websites to a preferred third party UWP app"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UWP Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 } } |