Android 的 Firefox 上的 WebExtensions:是否可以使用上下文菜单的一些类似物?
WebExtensions on Firefox for Android: is it possible to use some analogue of context menu?
我在 Firefox 上为 Android 安装了我的扩展程序,但没有找到任何类似的上下文菜单。关于 context menu and development of extensions for Android is not mention it. The page about supported APIs 的文档看起来也缺少 contextMenus
。
上下文菜单 API 现在称为 "menus"。 Android 尚无支持,请参阅 https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/menus
相关bug:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363017 在 android
上实施 contextMenus.remove WebExtension API 方法
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363018 在 android
上实施 contextMenus.removeAll WebExtension API 方法
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363019 在 android
上实施 contextMenus.update WebExtension API 方法
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363020 在 android
上实施 contextMenus.onClicked WebExtension API 事件
- https://bugzilla.mozilla.org/show_bug.cgi?id=1269062 [跟踪] ContextMenus API 支持 Android WebExtensions
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363016 在 android
上实施 contextMenus.create WebExtension API 方法
我在 Firefox 上为 Android 安装了我的扩展程序,但没有找到任何类似的上下文菜单。关于 context menu and development of extensions for Android is not mention it. The page about supported APIs 的文档看起来也缺少 contextMenus
。
上下文菜单 API 现在称为 "menus"。 Android 尚无支持,请参阅 https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/menus
相关bug:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363017 在 android 上实施 contextMenus.remove WebExtension API 方法
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363018 在 android 上实施 contextMenus.removeAll WebExtension API 方法
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363019 在 android 上实施 contextMenus.update WebExtension API 方法
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363020 在 android 上实施 contextMenus.onClicked WebExtension API 事件
- https://bugzilla.mozilla.org/show_bug.cgi?id=1269062 [跟踪] ContextMenus API 支持 Android WebExtensions
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363016 在 android 上实施 contextMenus.create WebExtension API 方法