标签: javascript dom google-chrome-extension contextmenu
chrome.contextMenus.create({ title : "some title", contexts : ["image"], type: "normal", "onclick":run });
此代码调用所有图像的上下文菜单。但我需要某类图像。是否有可能做到这一点? 抱歉我的英文。