Open In WSA

Right click to open links in WSA (Windows Subsystem for Android™)

What is Open In WSA?

Open In WSA is a Chrome extension developed by Efraim Bart, and its main feature is "Right click to open links in WSA (Windows Subsystem for Android™)".

Extension Screenshots

screenshot

Download Open In WSA Extension CRX File

Download Open In WSA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extends functionality of Open in Wsa (https://github.com/efraimbart/OpenInWSA) to chrome context menu.                    

Extension Basic Information

Name Open In WSA Open In WSA
ID nkfpikoflncblmlajlcagaflndiijhhl
Official URL https://chromewebstore.google.com/detail/open-in-wsa/nkfpikoflncblmlajlcagaflndiijhhl
Description Right click to open links in WSA (Windows Subsystem for Android™)
File Size 7.23 KB
Installation Count 636
Current Version 1.0
Last Updated 2021-10-31
Publish Date 2021-10-31
Developer Efraim Bart
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open In WSA",
    "description": "Right click to open links in WSA (Windows Subsystem for Android\u2122)",
    "icons": {
        "256": "WSA-icon.png"
    },
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    }
}