Hello everyone, I am working on an extension which will be used in conjunction with a C# web-automation library. This extension will have to communicate to the C# library via a socket connection and should allow two-way communication.
For example, if I want to retrieve the innerHtml of an element on a webpage that is in the currently active tab, I need a way to send this request to the extension and have the extension return the result of the search. Has anyone tried doing this, and do you have any suggestions? If I send a JSON string to my extension, how can I retrieve the values of the JSON and call chrome extension API commands based on what I am requesting? This is the first extension I am writing so any help would be appreciated. Thanks. -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.
