Ted
Ted

Reputation: 1760

Upload extension in to app store with .crx and some addition files

I've developed extension for Chrome and I want to upload it in to Crome app store, but the issue is in that I have not only .crx file, which is needed but also some other files and dlls which should be installed in to "program files" folder. So how can I upload my extension in to app store with .crx and some addition files?

Upvotes: 0

Views: 439

Answers (1)

Brandon
Brandon

Reputation: 284

Though I can't think of any reason why a Chrome Extension would need to install any DLLs, it is possible according to the Chrome Extension Developer FAQ. You'll end up using the NPAPI Plugin to access your DLLs, though you will need to go through an additional security review before your application gets published.

Upvotes: 0

Related Questions