I have a situation where I have a main extension which computes
results based on various data sets.  I want to let users install
various data sets as separate extensions for convenience sake.  Then
using cross-extension messaging I can query these data sets and
produce the appropriate results.

First, in order to test this, I need extension IDs.  But I don't get
those until I upload my extensions.  Is there a way to use the ids
while using the load extension from folder functionality?

Furthermore, how fast should I expect the messaging to be.  For
instance, if I wanted to pass over a large 20-30mb string would that
be unwieldy?

Finally, if I send a message to something that doesn't exist is there
a specific response?  It seems like maybe nothing will happen.

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.


Reply via email to