在我的扩展程序中,用户可以选择文本并右键单击,这会显示包含扩展程序选项的菜单。一个简单的selectionText捕获所选文本:
ocd.selectionText
但是,如果用户在没有选择文本的情况下右键单击链接,则不会显示相同的菜单。
答案 0 :(得分:2)
创建菜单时,您需要在参数中添加links
上下文:
http://code.google.com/chrome/extensions/contextMenus.html#method-create
...然后你会得到linkUrl ( optional string )
If the element is a link, the URL it points to.