I want to connect my .js code with my .py in a Chrome Add-on.
I want some text from JS being analyzed by the Python ki I've implemented. Then the return value from Python should get passed back to my JS file. Is this possible to do?
It's ok when the Add-on is only runnable locally. I'm looking...