Firefox recently added the Share Menu to the native Tab Context menus since Proton removed it from the tree dot menu in the address bar.
Please add it to the TST tab context menu too. Right now, with the native tabs hidden and only TST tabs visible, the Share functionality is completely inaccessible.
Sadly it is impossible for now because there is no WebExtensions API to call the "share" feature. I've filed a bug about this topic: 1706675 - Add an API to call the "Share" command of Firefox itself (on Windows 10 and macOS)
Until Firefox provides an API for the feature, we need to use a native messaging host. It needs to do things same to Firefox does. FYI:
I can develop a native messaging host for Windows, but macOS is out of my hands...
Most helpful comment
Sadly it is impossible for now because there is no WebExtensions API to call the "share" feature. I've filed a bug about this topic: 1706675 - Add an API to call the "Share" command of Firefox itself (on Windows 10 and macOS)
Until Firefox provides an API for the feature, we need to use a native messaging host. It needs to do things same to Firefox does. FYI:
I can develop a native messaging host for Windows, but macOS is out of my hands...