如何为我的上下文菜单项定义图标

How to define an icon for my context menu item?

本文关键字:菜单项 定义 图标 上下文 我的      更新时间:2023-09-26

我如何定义一个图标的上下文菜单项没有声明它在manifest.json?

例如,我想提供在选项中更改图标的可能性。

我想我可以用这样的东西,但在文档中没有找到:

chrome.contextMenus.create( {'type': 'normal',
                             'title': 'CustomMenu',
                             'image': 'http://www.example.org/img.png'
                            }
                           );

查看当前文档:http://code.google.com/chrome/extensions/contextMenus.html不能更新图标