- get element object from the point where the mouse at?
- var id = chrome.contextMenus.create({"title": "Test", "contexts":['editable'],
- "onclick": OnClick});
- function OnClick(info, tab) {
- if(info.editable == true){
- //and then? how to do? how can i get the element object?
- }
- }