I am planning to make an application that monitors the websites visited by the users and performs some calculations on that.
So for every website that is opened,I developed a google chrome extension that will send the URL to a NPAPI plugin.
The problem is with the second part.Is it possible for a NPAPI plugin to pass the information it received from the extension to another application.I want a 2 way communication between my application and the NPAPI plugin so that depending on the processing performed by the application,the NPAPI plugin informs the extension to change the URLS it should send.
PS-I am using firebreath to develop the NPAPI plugin if that makes it easier to answer my question.
I would really like some ideas as to how this can be implemented.I am new to programming.
Any help is greatly appreciated.