pyxpcom

Using Java/Python libraries in programming Firefox/Chrome Extensions

坚强是说给别人听的谎言 提交于 2019-12-05 02:51:05
问题 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

Using Java/Python libraries in programming Firefox/Chrome Extensions

≡放荡痞女 提交于 2019-12-03 20:15:01
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 beginner, it all looks so scary. I started making Add-On for Firefox, but got lost somewhere in the