SanderRonde / CustomRightClickMenu

A browser extension to add links and run scripts/stylesheets all from your right-click menu
https://chrome.google.com/webstore/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj
MIT License
220 stars 33 forks source link

console.log not working #47

Closed alibaltschun closed 4 years ago

alibaltschun commented 4 years ago

i tried create a script just call console.log("x") but its not working

SanderRonde commented 4 years ago

What kind of script did you make and when should it run? Could you export the extension's data from the options page so I can take a look?

deepesh-agarwal commented 4 years ago

Same here, the script is executed on button click with selected text.:

var email = crmAPI.getSelection();
console.log(email);
SanderRonde commented 4 years ago

Can you export the extension's data so I can take a look at it? Maybe I can find out what it is.

SanderRonde commented 4 years ago

Closing since there's been no update for quite a while