If you want access to certain information within another extension, it
would be better to either ask the author to either use an
chrome.extension.onExternalRequest listener and provide a public API to
access the data, or use an onExternalRequest listener and verify that
it's your extension accessing the data by checking the requesting
extension's ID. Once that is implemented, you can use
chrome.extension.sendExternalRequest to get information from the
extension.
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.