On Tue, Dec 29, 2009 at 2:14 PM, pibara <[email protected]> wrote: > I would like to experiment a bit to see if I could create a simple > extension that uses minorfs ( minorfs.polacanthus.net ) for protected > storage. In order to access MinorFs I need rw access to the /mnt/ > minorfs directory tree, and need to use the extended attribute API. > Seems like an experimental extension using this facility would need to > be written using native code. How do I approach this problem?
Hey Rob, sounds like you'll need to use NPAPI: http://code.google.com/chrome/extensions/npapi.html. -- 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.
