Open In WSA
Right click to open links in WSA (Windows Subsystem for Android™)
什么是Open In WSA?
Open In WSA是由Efraim Bart开发的Chrome扩展程序,该扩展的主要功能是“Right click to open links in WSA (Windows Subsystem for Android™)”。
扩展截图
下载Open In WSA扩展crx文件
下载Open In WSA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Extends functionality of Open in Wsa (https://github.com/efraimbart/OpenInWSA) to chrome context menu.                     扩展基本信息
| 名称 |   |  
| ID | nkfpikoflncblmlajlcagaflndiijhhl | 
| 官方URL | https://chromewebstore.google.com/detail/open-in-wsa/nkfpikoflncblmlajlcagaflndiijhhl | 
| 简介 | Right click to open links in WSA (Windows Subsystem for Android™) | 
| 文件大小 | 7.23 KB | 
| 安装次数 | 636 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2021-10-31 | 
| 上架时间 | 2021-10-31 | 
| 开发者 | Efraim Bart | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | 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"
    }
}  |  |