Using Java/Python libraries in programming Firefox/Chrome Extensions
问题 I have an idea of studying user behavior on the browser, for which I intend to make a Chrome/Firefox extension to study the behavior dynamically. I have some predefined libraries in Java and Python to analyze the results, which will be impossible to program in plain JavaScript. Now for my question: is it possible to use third party libraries, especially those of Python or Java like plain function calls? I have a vague idea about something like Java XPCOM or PyXPCOM for Firefox. However, for a