Sign in
Google - Google Chrome

Help forum Feed Feed

Help forum > Google Chrome > How do I...? > NSAPI extensions in Chrome

NSAPI extensions in Chrome Report abuse

erickengelke
Level 1
10/25/09
I wrote a Windows DLL based NSPAI plugin that works in firefox.
How do I install it in chrome?
Is there HTML I can add to make the browser make a popup and semi-auto install the NSAPI file?
Thanks

All replies

Bapabooiee
Top Contributor
Chromium Kitten
10/25/09
I'm pretty sure ns* plugins for Firefox will also work perfectly in Chrome.

Chrome happens to load plugins from two locations: Firefox's plugin directory (yes, 'tis true), and its own - which is located in Chrome's Application data directory.

The location of Chrome's plugin directory is:
On XP: C:\Documents and Settings\<your_username>\Local Settings\Application Data\Google\Chrome\Application\Plugins\
On Vista/7: C:\Users\<your_username>\AppData\Google\Chrome\Application\Plugins\

If the 'Plugins' directory doesn't exist, you can simply create it and put your plugin in there instead.


And regarding that little popup thing that asks if you'd like to install an extension: That behavior is defined somewhere in Chrome's installation (used to be from a .xml file, but I think they stopped using it), so you can't use HTML to make that popup show-up that asks if you'd like to install the plugin.

Could you not, instead, somehow use Javascript to detect what plugins are currently loaded, and notify the user to install the plugin another way?
Did you find this answer helpful? Sign in to vote. Report abuse

Post reply

Sign in to answer this question.

Subscribe